Home | History | Annotate | Download | only in coders

Lines Matching refs:read_info

162     *read_info;
269 read_info=CloneImageInfo(image_info);
270 SetImageInfoBlob(read_info,(void *) NULL,0);
271 (void) FormatLocaleString(read_info->filename,MagickPathExtent,"group4:%s",
274 (void) CloneString(&read_info->size,message);
276 (void) CloneString(&read_info->density,message);
277 read_info->orientation=(OrientationType) orientation;
278 image=ReadImage(read_info,exception);
287 read_info=DestroyImageInfo(read_info);