Interactively animate an image sequence
void MagickXAnimateBackgroundImage( Display *display, MagickXResourceInfo *resource_info, Image *images );
MagickXAnimateBackgroundImage() animates an image sequence in the background of a window.
The format of the MagickXAnimateBackgroundImage method is:
void MagickXAnimateBackgroundImage( Display *display, MagickXResourceInfo *resource_info, Image *images );
Specifies a connection to an X server; returned from XOpenDisplay.
Specifies a pointer to a X11 MagickXResourceInfo structure.
The image list.
Image *MagickXAnimateImages( Display *display, MagickXResourceInfo *resource_info, char ** argv, const int argc, Image *images );
MagickXAnimateImages() displays an image via X11.
The format of the MagickXAnimateImages method is:
Image *MagickXAnimateImages( Display *display, MagickXResourceInfo *resource_info, char ** argv, const int argc, Image *images );
Specifies a connection to an X server; returned from XOpenDisplay.
Specifies a pointer to a X11 MagickXResourceInfo structure.
Specifies the application's argument list.
Specifies the number of arguments.
The image list.
Copyright © GraphicsMagick Group 2002 - 2023