Home | History | Annotate | Download | only in coders

Lines Matching refs:blob_info

961     *blob_info;
969 blob_info=CloneImageInfo(image_info);
974 if (LocaleCompare(blob_info->filename,PatternImageList[i].name) == 0)
976 (void) CopyMagickString(blob_info->magick,PatternImageList[i].magick,
984 image=BlobToImage(blob_info,blob,extent,exception);
998 blob_info=DestroyImageInfo(blob_info);