Kanimate - Methods to Interactively Animate an Image Sequence9/


NAME



<animate - Methods to Interactively Animate an Image Sequence




(

SYNOPSIS



yvoid XAnimateBackgroundImage( Display *display, XResourceInfo *resource_info, Image *image);




B

FUNCTION DESCRIPTIONS






F

XAnimateBackgroundImage



KMethod XAnimateBackgroundImage animates an image sequence in the background of a window.

4The format of the XAnimateBackgroundImage method is:—

void XAnimateBackgroundImage ( Display *display, XResourceInfo *resource_info, Image *image );


=A description of each parameter follows:

9

display:


Specifies a connection to an :X server; returned from XOpenDisplay.*

resource_info:


Specifies a pointer to a 1X11 XResourceInfo structure."

image:


BSpecifies a pointer to a Image structure; returned from ReadImage.






2

XAnimateImage



,Method XAnimateImages displays an image via X11.

+The format of the XAnimateImages method is:

M

    Image *XAnimateImages(Display *display,XResourceInfo *resource_info,.      char **argv,const int argc,Image *image)


=A description of each parameter follows:

$

display:


Specifies a connection to an :X server; returned from XOpenDisplay.*

resource_info:


Specifies a pointer to a 1X11 XResourceInfo structure.!

argv:


*Specifies the application's argument list.!

argc:


"Specifies the number of arguments."

image:


BSpecifies a pointer to a Image structure; returned from ReadImage.