Query: xinitimage
OS: hpux
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XInitImage(3X) XLIB FUNCTIONS XInitImage(3X)NAMEXInitImage - initializes the image manipulation routines of an image structureSYNTAXStatus XInitImage(image) XImage *image;ARGUMENTSximage Specify the image.DESCRIPTIONThe XInitImage 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, XInitImage 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 the type of image specified by the rest of the structure. This function must be called for any image constructed by the client before passing it to any other Xlib function. Image structures cre- ated or returned by Xlib do not need to be initialized in this fashion. 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.SEE ALSOXCreateImage(3X), XGetPixel(3X), XPutPixel(3X), XSubImage(3X), XAddPixel(3X), XDestroy(3X) X Version 11 Release 6 XInitImage(3X)
Related Man Pages |
---|
xinitimage(3) - debian |
xputpixel(3) - debian |
xsubimage(3) - debian |
xaddpixel(3x11) - osf1 |
xgetpixel(3x11) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Help needed in string manipulation |
String Manipulation Help |
file manipulation help please |
File manipulation |
Simple string manipulation |