![]() |
![]() |
![]() |
![]() |
NAMEdisplay - Interactively Display and Edit an Image
SYNOPSISunsigned int XDisplayBackgroundImage( Display *display, XResourceInfo *resource_info, Image *image ); Image * XDisplayImage( Display *display, XResourceInfo *resource_info, char ** argv, int argc, Image ** image, unsigned long *state );
FUNCTION DESCRIPTIONS
XDisplayBackgroundImageXDisplayBackgroundImage() displays an image in the background of a window. The format of the XDisplayBackgroundImage method is: unsigned int XDisplayBackgroundImage ( Display *display, XResourceInfo *resource_info, Image *image ); A description of each parameter follows:
XDisplayImageXDisplayImage() displays an image via X11. A new image is created and returned if the user interactively transforms the displayed image. The format of the XDisplayImage method is: Image *XDisplayImage ( Display *display, XResourceInfo *resource_info, char **argv, int argc, Image **image, unsigned long *state ); A description of each parameter follows:
![]() |