NAME

animate - Interactively Animate an Image Sequence


SYNOPSIS

XAnimateBackgroundImage(display,resource_info,image)

XMagickCommand(display,resource_info,windows,image,command_type,state);


FUNCTION DESCRIPTIONS


XMagickCommand

Function XMagickCommand makes a transform to the image or Image window as specified by a user menu button or keyboard command.

The format of the XMagickCommand routine is:

      XMagickCommand(display,resource_info,windows,image,command_type,state);

A description of each parameter follows:

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

o resource_info:
Specifies a pointer to a X11 XResourceInfo structure.

o windows:
Specifies a pointer to a XWindows structure.

o image:
Specifies a pointer to a Image structure; XMagickCommand may transform the image and return a new image pointer.

o state:
Specifies an unsigned int; XMagickCommand may return a modified state.


XAnimateBackgroundImage

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

The format of the XAnimateBackgroundImage routine is:

        XAnimateBackgroundImage(display,resource_info,image)

A description of each parameter follows:

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

o resource_info:
Specifies a pointer to a X11 XResourceInfo structure.

o image:
Specifies a pointer to a Image structure; returned from ReadImage.


XAnimateImage

Function 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:

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

o resource_info:
Specifies a pointer to a X11 XResourceInfo structure.

o argv:
Specifies the application's argument list.

o argc:
Specifies the number of arguments.

o image:
Specifies a pointer to a Image structure; returned from ReadImage.