Searched refs:reference_image (Results 1 – 1 of 1) sorted by relevance
1541 *reference_image; in ValidateImageFormatsInMemory() local1587 reference_image=ReadImage(image_info,exception); in ValidateImageFormatsInMemory()1588 if ((reference_image == (Image *) NULL) || in ValidateImageFormatsInMemory()1603 (double) reference_image->columns,(double) reference_image->rows); in ValidateImageFormatsInMemory()1606 (void) FormatLocaleString(reference_image->filename,MagickPathExtent, in ValidateImageFormatsInMemory()1608 status=SetImageType(reference_image,reference_types[j].type,exception); in ValidateImageFormatsInMemory()1617 reference_image=DestroyImage(reference_image); in ValidateImageFormatsInMemory()1620 status=SetImageDepth(reference_image,reference_types[j].depth,exception); in ValidateImageFormatsInMemory()1627 reference_image=DestroyImage(reference_image); in ValidateImageFormatsInMemory()1630 reference_image->compression=reference_formats[i].compression; in ValidateImageFormatsInMemory()[all …]