Lines Matching refs:blob
48 #include "MagickCore/blob.h"
49 #include "MagickCore/blob-private.h"
3274 % supports the saving of more than one frame to the same file or blob,
3567 *blob;
3591 blob=(unsigned char *) ImageToBlob(image_info,clone_image,&blob_length,
3595 if (blob == (unsigned char *) NULL)
3598 base64=Base64Encode(blob,blob_length,&encode_length);
3599 blob=(unsigned char *) RelinquishMagickMemory(blob);