<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
                   "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<!-- lifted from troff+man by doclifter -->
<refentry id='xcreimageman'>
<!--  Copyright \(co 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1994, 1996 X Consortium -->

<!--  Permission is hereby granted, free of charge, to any person obtaining -->
<!--  a copy of this software and associated documentation files (the -->
<!--  "Software"), to deal in the Software without restriction, including -->
<!--  without limitation the rights to use, copy, modify, merge, publish, -->
<!--  distribute, sublicense, and/or sell copies of the Software, and to -->
<!--  permit persons to whom the Software is furnished to do so, subject to -->
<!--  the following conditions: -->

<!--  The above copyright notice and this permission notice shall be included -->
<!--  in all copies or substantial portions of the Software. -->

<!--  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -->
<!--  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -->
<!--  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -->
<!--  IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR -->
<!--  OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -->
<!--  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -->
<!--  OTHER DEALINGS IN THE SOFTWARE. -->

<!--  Except as contained in this notice, the name of the X Consortium shall -->
<!--  not be used in advertising or otherwise to promote the sale, use or -->
<!--  other dealings in this Software without prior written authorization -->
<!--  from the X Consortium. -->

<!--  Copyright \(co 1985, 1986, 1987, 1988, 1989, 1990, 1991 by -->
<!--  Digital Equipment Corporation -->

<!--  Portions Copyright \(co 1990, 1991 by -->
<!--  Tektronix, Inc. -->

<!--  Permission to use, copy, modify and distribute this documentation for -->
<!--  any purpose and without fee is hereby granted, provided that the above -->
<!--  copyright notice appears in all copies and that both that copyright notice -->
<!--  and this permission notice appear in all copies, and that the names of -->
<!--  Digital and Tektronix not be used in in advertising or publicity pertaining -->
<!--  to this documentation without specific, written prior permission. -->
<!--  Digital and Tektronix makes no representations about the suitability -->
<!--  of this documentation for any purpose. -->
<!--  It is provided ``as is'' without express or implied warranty. -->
<!--   -->
<!--  $XFree86: xc/doc/man/X11/XCreImage.man,v 1.3 2003/04/28 22:17:54 herrb Exp $ -->

<!-- .na -->
<!-- Ds listing suppressed (not used) -->
<!-- De listing suppressed (not used) -->
<!-- FD listing suppressed (not used) -->
<!-- FN listing suppressed (not used) -->
<!-- IN listing suppressed (not used) -->
<!-- C{ listing suppressed (not used) -->
<!-- C} listing suppressed (not used) -->
<!-- Pn listing suppressed (not used) -->
<!-- NT listing suppressed (not used) -->
<!-- .		\" Note End \-\- doug kraft 3/85 -->
<!-- NE listing suppressed (not used) -->
<!-- .ny0 -->
<refmeta>
<refentrytitle>XCreateImage</refentrytitle>
<manvolnum>3X11</manvolnum>
<refmiscinfo class='date'>__xorgversion__</refmiscinfo>
<refmiscinfo class='source'>XLIB FUNCTIONS</refmiscinfo>
</refmeta>
<refnamediv id='name'>
<refname>XInitImage</refname>
<refname>XCreateImage</refname>
<refname>XGetPixel</refname>
<refname>XPutPixel</refname>
<refname>XSubImage</refname>
<refname>XAddPixel</refname>
<refname>XDestroyImage</refname>
<refpurpose>image utilities</refpurpose>
</refnamediv>
<!-- body begins here -->

<refsect1 id='syntax'><title>SYNTAX</title>

<para>Status XInitImage&hairsp;(&hairsp;XImage *<emphasis remap='I'>image</emphasis>&hairsp;);</para> 

<para>XImage *XCreateImage&hairsp;(&hairsp;Display *<emphasis remap='I'>display</emphasis>&hairsp;, Visual *<emphasis remap='I'>visual</emphasis>&hairsp;,
unsigned int <emphasis remap='I'>depth</emphasis>&hairsp;, int <emphasis remap='I'>format</emphasis>&hairsp;, int <emphasis remap='I'>offset</emphasis>&hairsp;, char
*<emphasis remap='I'>data</emphasis>&hairsp;, unsigned int <emphasis remap='I'>width</emphasis>&hairsp;, unsigned int <emphasis remap='I'>height</emphasis>&hairsp;, int
<emphasis remap='I'>bitmap_pad</emphasis>&hairsp;, int <emphasis remap='I'>bytes_per_line</emphasis>&hairsp;);</para> 

<para>unsigned long XGetPixel&hairsp;(&hairsp;XImage *<emphasis remap='I'>ximage</emphasis>&hairsp;, int <emphasis remap='I'>x</emphasis>&hairsp;, int
<emphasis remap='I'>y</emphasis>&hairsp;);</para> 

<para>int XPutPixel&hairsp;(&hairsp;XImage *<emphasis remap='I'>ximage</emphasis>&hairsp;, int <emphasis remap='I'>x</emphasis>&hairsp;, int <emphasis remap='I'>y</emphasis>&hairsp;,
unsigned long <emphasis remap='I'>pixel</emphasis>&hairsp;);</para> 

<para>XImage *XSubImage&hairsp;(&hairsp;XImage *<emphasis remap='I'>ximage</emphasis>&hairsp;, int <emphasis remap='I'>x</emphasis>&hairsp;, int <emphasis remap='I'>y</emphasis>&hairsp;,
unsigned int <emphasis remap='I'>subimage_width</emphasis>&hairsp;, unsigned int <emphasis remap='I'>subimage_height</emphasis>&hairsp;);</para> 

<para>int XAddPixel&hairsp;(&hairsp;XImage *<emphasis remap='I'>ximage</emphasis>&hairsp;, long <emphasis remap='I'>value</emphasis>&hairsp;);</para> 

<para>int XDestroyImage&hairsp;(&hairsp;XImage *&hairsp;<emphasis remap='I'>ximage</emphasis>&hairsp;);</para> 
</refsect1>

<refsect1 id='arguments'><title>ARGUMENTS</title>
<variablelist remap='IP'>
  <varlistentry>
  <term><emphasis remap='I'>bitmap_pad</emphasis></term>
  <listitem>
<para>Specifies the quantum of a scanline (8, 16, or 32).
In other words, the start of one scanline is separated in client memory from 
the start of the next scanline by an integer multiple of this many bits.</para>  
  </listitem>
  </varlistentry>
  <varlistentry>
  <term><emphasis remap='I'>bytes_per_line</emphasis></term>
  <listitem>
<para>Specifies the number of bytes in the client image between
the start of one scanline and the start of the next.</para>  
  </listitem>
  </varlistentry>
  <varlistentry>
  <term><emphasis remap='I'>data</emphasis></term>
  <listitem>
<para>Specifies the image data.</para>
  </listitem>
  </varlistentry>
  <varlistentry>
  <term><emphasis remap='I'>depth</emphasis></term>
  <listitem>
<para>Specifies the depth of the image.</para>
  </listitem>
  </varlistentry>
  <varlistentry>
  <term><emphasis remap='I'>display</emphasis></term>
  <listitem>
<para>Specifies the connection to the X server.</para>
  </listitem>
  </varlistentry>
  <varlistentry>
  <term><emphasis remap='I'>format</emphasis></term>
  <listitem>
<para>Specifies the format for the image.
You can pass
<emphasis remap='I'>&hairsp;XYBitmap&hairsp;</emphasis>,
<emphasis remap='I'>&hairsp;XYPixmap&hairsp;</emphasis>,
or 
<emphasis remap='I'>&hairsp;ZPixmap&hairsp;</emphasis>.</para>
  </listitem>
  </varlistentry>
  <varlistentry>
  <term><emphasis remap='I'>height</emphasis></term>
  <listitem>
<para>Specifies the height of the image, in pixels.</para>
  </listitem>
  </varlistentry>
  <varlistentry>
  <term><emphasis remap='I'>offset</emphasis></term>
  <listitem>
<para>Specifies the number of pixels to ignore at the beginning of the scanline.</para>
  </listitem>
  </varlistentry>
  <varlistentry>
  <term><emphasis remap='I'>pixel</emphasis></term>
  <listitem>
<para>Specifies the new pixel value.</para>
  </listitem>
  </varlistentry>
  <varlistentry>
  <term><emphasis remap='I'>subimage_height</emphasis></term>
  <listitem>
<para>Specifies the height of the new subimage, in pixels.</para>
  </listitem>
  </varlistentry>
  <varlistentry>
  <term><emphasis remap='I'>subimage_width</emphasis></term>
  <listitem>
<para>Specifies the width of the new subimage, in pixels.</para>
  </listitem>
  </varlistentry>
  <varlistentry>
  <term><emphasis remap='I'>value</emphasis></term>
  <listitem>
<para>Specifies the constant value that is to be added.</para>
  </listitem>
  </varlistentry>
  <varlistentry>
  <term><emphasis remap='I'>visual</emphasis></term>
  <listitem>
<para>Specifies the
<emphasis remap='I'>&hairsp;Visual&hairsp;</emphasis>
structure.</para>
  </listitem>
  </varlistentry>
  <varlistentry>
  <term><emphasis remap='I'>width</emphasis></term>
  <listitem>
<para>Specifies the width of the image, in pixels.</para>
  </listitem>
  </varlistentry>
  <varlistentry>
  <term><emphasis remap='I'>ximage</emphasis></term>
  <listitem>
<para>Specifies the image.</para>
  </listitem>
  </varlistentry>
  <varlistentry>
  <term><emphasis remap='I'>x</emphasis></term>
<!-- .br -->
<!-- .ns -->
  <term><emphasis remap='I'>y</emphasis></term>
  <listitem>
<para>Specify the x and y coordinates.</para>
  </listitem>
  </varlistentry>
</variablelist>
</refsect1>

<refsect1 id='description'><title>DESCRIPTION</title>
<para>The
<emphasis remap='I'>&hairsp;XInitImage&hairsp;</emphasis>
function initializes the internal image manipulation routines of an
image structure, based on the values of the various structure members.
All fields other than the manipulation routines must already be initialized.
If the bytes_per_line member is zero,
<emphasis remap='I'>&hairsp;XInitImage&hairsp;</emphasis>
will assume the image data is contiguous in memory and set the
bytes_per_line member to an appropriate value based on the other
members; otherwise, the value of bytes_per_line is not changed.
All of the manipulation routines are initialized to functions
that other Xlib image manipulation functions need to operate on the
type of image specified by the rest of the structure.</para>

<para>This function must be called for any image constructed by the client
before passing it to any other Xlib function.
Image structures created or returned by Xlib do not need to be
initialized in this fashion.</para>

<para>This function returns a nonzero status if initialization of the
structure is successful.  It returns zero if it detected some error
or inconsistency in the structure, in which case the image is not changed.</para>

<para>The
<emphasis remap='I'>&hairsp;XCreateImage&hairsp;</emphasis>
function allocates the memory needed for an
<emphasis remap='I'>&hairsp;XImage&hairsp;</emphasis>
structure for the
specified display but does not allocate space for the image itself.
Rather, it initializes the structure byte-order, bit-order, and bitmap-unit
values from the display and returns a pointer to the 
<emphasis remap='I'>&hairsp;XImage&hairsp;</emphasis>
structure.
The red, green, and blue mask values are defined for Z format images only
and are derived from the 
<emphasis remap='I'>&hairsp;Visual&hairsp;</emphasis>
structure passed in.
Other values also are passed in.
The offset permits the rapid displaying of the image without requiring each 
scanline to be shifted into position.
If you pass a zero value in bytes_per_line,
Xlib assumes that the scanlines are contiguous
in memory and calculates the value of bytes_per_line itself.</para>

<para>Note that when the image is created using
<emphasis remap='I'>&hairsp;XCreateImage&hairsp;</emphasis>,
<emphasis remap='I'>&hairsp;XGetImage&hairsp;</emphasis>,
or
<emphasis remap='I'>&hairsp;XSubImage&hairsp;</emphasis>,
the destroy procedure that the 
<emphasis remap='I'>&hairsp;XDestroyImage&hairsp;</emphasis>
function calls frees both the image structure 
and the data pointed to by the image structure.</para>

<para>The basic functions used to get a pixel, set a pixel, create a subimage,
and add a constant value to an image are defined in the image object.
The functions in this section are really macro invocations of the functions
in the image object and are defined in
&lt;<emphasis remap='I'>X11/Xutil.h</emphasis>&gt;.</para>

<para>The
<emphasis remap='I'>&hairsp;XGetPixel&hairsp;</emphasis>
function returns the specified pixel from the named image.
The pixel value is returned in normalized format (that is,
the least significant byte of the long is the least significant byte
of the pixel).
The image must contain the x and y coordinates.</para>

<para>The
<emphasis remap='I'>&hairsp;XPutPixel&hairsp;</emphasis>
function overwrites the pixel in the named image with the specified pixel value.
The input pixel value must be in normalized format
(that is, the least significant byte of the long is the least significant
byte of the pixel).
The image must contain the x and y coordinates.</para>

<para>The
<emphasis remap='I'>&hairsp;XSubImage&hairsp;</emphasis>
function creates a new image that is a subsection of an existing one.
It allocates the memory necessary for the new
<emphasis remap='I'>&hairsp;XImage&hairsp;</emphasis>
structure
and returns a pointer to the new image.
The data is copied from the source image,
and the image must contain the rectangle defined by x, y, subimage_width,
and subimage_height.</para>

<para>The
<emphasis remap='I'>&hairsp;XAddPixel&hairsp;</emphasis>
function adds a constant value to every pixel in an image.
It is useful when you have a base pixel value from allocating
color resources and need to manipulate the image to that form.</para>

<para>The
<emphasis remap='I'>&hairsp;XDestroyImage&hairsp;</emphasis>
function deallocates the memory associated with the
<emphasis remap='I'>&hairsp;XImage&hairsp;</emphasis>
structure.</para>
</refsect1>

<refsect1 id='see_also'><title>SEE ALSO</title>
<para>XPutImage(3X11)
<!-- .br -->
<userinput>Xlib - C Language X Interface</userinput></para>
</refsect1>
</refentry>

