Home | History | Annotate | Download | only in MagickWand

Lines Matching defs:images

62 %  AnimateImageCommand() displays a sequence of images on any workstation
159 "-loop iterations loop images then exit",
189 "-coalesce merge a sequence of images",
190 "-flatten flatten a sequence of images",
428 *images;
441 images=PingImages(image_info,filename,exception);
443 images=ReadImages(image_info,filename,exception);
444 status&=(images != (Image *) NULL) &&
446 if (images == (Image *) NULL)
448 AppendImageStack(images);