Kanimate - Methods to Interactively Animate an Image Sequence9W




"NAME

C

animate - Methods to Interactively Animate an Image Sequence



2page index




&SYNOPSIS

v

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



2page index


$

FUNCTION *DESCRIPTIONS



F

XAnimateBackgroundImage

_

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

;

The format of the XAnimateBackgroundImage method is:

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

AA description of each parameter follows:


D

display:

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

P

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.

2

The format of the XAnimateImages method is:


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


AA 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.
9

page index