Home | History | Annotate | Download | only in MagickWand

Lines Matching defs:images

62 %  CompareImagesCommand() compares two images and returns the difference between
127 "-metric type measure differences between images with this metric",
321 *images;
330 images=ReadImages(image_info,filename,exception);
331 status&=(images != (Image *) NULL) &&
333 if (images == (Image *) NULL)
335 AppendImageStack(images);