Lines Matching full:blob
48 #include "MagickCore/blob.h"
49 #include "MagickCore/blob-private.h"
261 *blob;
285 blob=(unsigned char *) AcquireQuantumMemory((size_t) tile_length+2,
286 sizeof(*blob));
287 if (blob == (unsigned char *) NULL)
293 blob[0]=0xFF;
294 blob[1]=0xD8;
295 count=ReadBlob(image,tile_length,blob+2);
300 blob=(unsigned char *) RelinquishMagickMemory(blob);
305 tile_image=BlobToImage(read_info,blob,tile_length+2,exception);
307 blob=(unsigned char *) RelinquishMagickMemory(blob);
351 % saving of more than one frame to the same file or blob, whether the format