Lines Matching refs:read_info
221 *read_info; in InvokeDNGDelegate() local
229 read_info=CloneImageInfo(image_info); in InvokeDNGDelegate()
230 SetImageInfoBlob(read_info,(void *) NULL,0); in InvokeDNGDelegate()
231 (void) InvokeDelegate(read_info,image,"dng:decode",(char *) NULL,exception); in InvokeDNGDelegate()
233 (void) FormatLocaleString(read_info->filename,MagickPathExtent,"%s.png", in InvokeDNGDelegate()
234 read_info->unique); in InvokeDNGDelegate()
236 image=ReadImage(read_info,sans_exception); in InvokeDNGDelegate()
240 (void) FormatLocaleString(read_info->filename,MagickPathExtent,"%s.ppm", in InvokeDNGDelegate()
241 read_info->unique); in InvokeDNGDelegate()
242 image=ReadImage(read_info,exception); in InvokeDNGDelegate()
244 (void) RelinquishUniqueFileResource(read_info->filename); in InvokeDNGDelegate()
254 (void) CopyMagickString(image->magick,read_info->magick, in InvokeDNGDelegate()
257 read_info->unique); in InvokeDNGDelegate()
310 read_info=DestroyImageInfo(read_info); in InvokeDNGDelegate()