NAME

animate - Methods to Interactively Animate an Image Sequence


SYNOPSIS

 B<XAnimateBackgroundImage>(display,resource_info,image)


FUNCTION DESCRIPTIONS


XAnimateBackgroundImage

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

The format of the XAnimateBackgroundImage method is:

XAnimateBackgroundImage (display, resource_info,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 X11 XResourceInfo structure.

image:

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


XAnimateImage

Method XAnimateImages displays an image via X11.

The format of the XAnimateImages method is:

    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 X11 XResourceInfo structure.

argv:

Specifies the application's argument list.

argc:

Specifies the number of arguments.

image:

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