Searched refs:reference_image (Results 1 – 1 of 1) sorted by relevance
1551 *reference_image; in ValidateImageFormatsInMemory() local1599 reference_image=ReadImage(image_info,exception); in ValidateImageFormatsInMemory()1600 if ((reference_image == (Image *) NULL) || in ValidateImageFormatsInMemory()1615 (double) reference_image->columns,(double) reference_image->rows); in ValidateImageFormatsInMemory()1618 (void) FormatLocaleString(reference_image->filename,MagickPathExtent, in ValidateImageFormatsInMemory()1620 status=SetImageType(reference_image,reference_types[j].type,exception); in ValidateImageFormatsInMemory()1629 reference_image=DestroyImage(reference_image); in ValidateImageFormatsInMemory()1632 status=SetImageDepth(reference_image,reference_types[j].depth,exception); in ValidateImageFormatsInMemory()1639 reference_image=DestroyImage(reference_image); in ValidateImageFormatsInMemory()1642 reference_image->compression=reference_formats[i].compression; in ValidateImageFormatsInMemory()[all …]