Lines Matching refs:image_info
88 static Image *ReadMPRImage(const ImageInfo *image_info,ExceptionInfo *exception) in ReadMPRImage() argument
93 assert(image_info != (const ImageInfo *) NULL); in ReadMPRImage()
94 assert(image_info->signature == MagickCoreSignature); in ReadMPRImage()
95 if (image_info->debug != MagickFalse) in ReadMPRImage()
97 image_info->filename); in ReadMPRImage()
100 image=(Image *) GetImageRegistry(ImageRegistryType,image_info->filename, in ReadMPRImage()
103 (void) SyncImageSettings(image_info,image,exception); in ReadMPRImage()
206 static MagickBooleanType WriteMPRImage(const ImageInfo *image_info,Image *image, in WriteMPRImage() argument
212 assert(image_info != (const ImageInfo *) NULL); in WriteMPRImage()
213 assert(image_info->signature == MagickCoreSignature); in WriteMPRImage()
216 magick_unreferenced(image_info); in WriteMPRImage()