Lines Matching defs:blob
44 #include "MagickCore/blob.h"
45 #include "MagickCore/blob-private.h"
312 % unsigned char *DecodeImage(Image *blob,Image *image,
320 % o blob,image: the address of a structure of type Image.
401 static unsigned char *DecodeImage(Image *blob,Image *image,
482 count=ReadBlob(blob,(size_t) number_pixels,scanline);
508 scanline_length=ReadBlobMSBShort(blob);
510 scanline_length=(size_t) ReadBlobByte(blob);
516 count=ReadBlob(blob,scanline_length,scanline);
1582 % supports the saving of more than one frame to the same file or blob,
1890 *blob;
1901 blob=(unsigned char *) ImageToBlob(jpeg_info,jpeg_image,&length,
1904 if (blob == (unsigned char *) NULL)
1955 (void) WriteBlob(image,length,blob);
1958 blob=(unsigned char *) RelinquishMagickMemory(blob);