Home | History | Annotate | Download | only in MagickWand

Lines Matching defs:images

77 %  ConvertImageCommand() reads one or more images, applies one or more image
210 " distort images according to given method ad args",
338 "-coalesce merge a sequence of images",
339 "-combine combine a sequence of images",
349 "-flatten flatten a sequence of images",
360 "-write filename write images to this file",
365 "-adjoin join images into a single multi-image file",
473 "-swap indexes swap two images in the image sequence",
629 *images;
639 images=PingImages(image_info,filename,exception);
641 images=ReadImages(image_info,filename,exception);
642 status&=(images != (Image *) NULL) &&
644 if (images == (Image *) NULL)
646 AppendImageStack(images);