MagickNextImage
MagickNextImage -- causes the next image (if any) in the MagickWand's image list to become the active/current image
Description
bool MagickNextImage( MagickWand mgck_wnd )
Causes the next image (if any) in the MagickWand's image list to become the active/current image. If successful, returns TRUE; If there are no more images left in the MagickWand's image list, returns FALSE.
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |