| ![[ImageMagick]](../../images/script.png) | ![[sponsor]](../../images/networkredux.png) |  |  | 
| [
      About ImageMagick
  ] [ Command-line Tools Processing Options Usage Program Interfaces MagickWand MagickCore PerlMagick Magick++ Architecture ] [ Install from Source Unix Windows Binary Releases Unix Mac OS X Windows Resources ] [ Download ] [ Site Map Links ] [ Sponsors: ] | DisplayImages() displays an image sequence to any X window screen. It returns a value other than 0 if successful. Check the exception member of image to determine the reason for any failure. The format of the DisplayImages method is: 
  MagickBooleanType DisplayImages(const ImageInfo *image_info,
    Image *images)
A description of each parameter follows: image_infothe image info. imagethe image. RemoteDisplayCommand() encourages a remote display program to display the specified image filename. The format of the RemoteDisplayCommand method is: 
  MagickBooleanType RemoteDisplayCommand(const ImageInfo *image_info,
    const char *window,const char *filename,ExceptionInfo *exception)
A description of each parameter follows: image_infothe image info. windowSpecifies the name or id of an X window. filenamethe name of the image filename to display. exceptionreturn any errors or warnings in this structure. XDisplayBackgroundImage() displays an image in the background of a window. The format of the XDisplayBackgroundImage method is: 
  MagickBooleanType XDisplayBackgroundImage(Display *display,
    XResourceInfo *resource_info,Image *image)
A description of each parameter follows: displaySpecifies a connection to an X server; returned from XOpenDisplay. resource_infoSpecifies a pointer to a X11 XResourceInfo structure. imagethe image. |