Kanimate - Methods to Interactively Animate an Image Sequence;/


NAME



<animate - Methods to Interactively Animate an Image Sequence




(

SYNOPSIS



EXAnimateBackgroundImage(display,resource_info,image)




B

FUNCTION DESCRIPTIONS






F

XAnimateBackgroundImage



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

5The format of the XAnimateBackgroundImage routine is:

A

        XAnimateBackgroundImage(display,resource_info,image)


(A description of each parameter follows:

6
display:


BSpecifies a connection to an X server; returned from XOpenDisplay.'

resource_info:


5Specifies a pointer to a X11 XResourceInfo structure.

image:


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






2

XAnimateImage



0Method XAnimateImages displays an image via X11.

,The format of the XAnimateImages routine is:

>

    XAnimateImages(display,resource_info,argv,argc,image)


(A description of each parameter follows:

!
display:


BSpecifies a connection to an X server; returned from XOpenDisplay.'

resource_info:


5Specifies a pointer to a X11 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.