Home | History | Annotate | Download | only in MagickWand

Lines Matching defs:images

37 %  separate images. The images are tiled on the composite image optionally
63 % MontageImageCommand() reads one or more images, applies one or more image
113 "-flatten flatten a sequence of images",
133 "-adjoin join images into a single multi-image file",
213 "-coalesce merge a sequence of images",
225 "-swap indexes swap two images in the image sequence",
394 *images;
410 images=ReadImages(image_info,filename,exception);
417 Form filename for multi-part images.
424 images=ReadImages(image_info,filename,exception);
426 status&=(images != (Image *) NULL) &&
428 if (images == (Image *) NULL)
430 AppendImageStack(images);