Searched refs:byte_image (Results 1 – 1 of 1) sorted by relevance
2671 *byte_image; in InjectImageBlob() local2720 byte_image=CloneImage(inject_image,0,0,MagickFalse,exception); in InjectImageBlob()2721 if (byte_image == (Image *) NULL) in InjectImageBlob()2727 (void) FormatLocaleString(byte_image->filename,MagickPathExtent,"%s:%s", in InjectImageBlob()2729 DestroyBlob(byte_image); in InjectImageBlob()2730 byte_image->blob=CloneBlobInfo((BlobInfo *) NULL); in InjectImageBlob()2733 status=WriteImage(write_info,byte_image,exception); in InjectImageBlob()2735 byte_image=DestroyImage(byte_image); in InjectImageBlob()