Lines Matching refs:read_info
240 *read_info; in InvokeDNGDelegate() local
248 read_info=CloneImageInfo(image_info); in InvokeDNGDelegate()
249 SetImageInfoBlob(read_info,(void *) NULL,0); in InvokeDNGDelegate()
250 (void) InvokeDelegate(read_info,image,"dng:decode",(char *) NULL,exception); in InvokeDNGDelegate()
252 (void) FormatLocaleString(read_info->filename,MagickPathExtent,"%s.png", in InvokeDNGDelegate()
253 read_info->unique); in InvokeDNGDelegate()
255 image=ReadImage(read_info,sans_exception); in InvokeDNGDelegate()
259 (void) FormatLocaleString(read_info->filename,MagickPathExtent,"%s.ppm", in InvokeDNGDelegate()
260 read_info->unique); in InvokeDNGDelegate()
261 image=ReadImage(read_info,exception); in InvokeDNGDelegate()
263 (void) RelinquishUniqueFileResource(read_info->filename); in InvokeDNGDelegate()
273 (void) CopyMagickString(image->magick,read_info->magick, in InvokeDNGDelegate()
276 read_info->unique); in InvokeDNGDelegate()
329 read_info=DestroyImageInfo(read_info); in InvokeDNGDelegate()