Home | History | Annotate | Download | only in coders

Lines Matching defs:blob

44 #include "MagickCore/blob.h"
45 #include "MagickCore/blob-private.h"
334 % unsigned char *DecodeImage(Image *blob,Image *image,
342 % o blob,image: the address of a structure of type Image.
421 static unsigned char *DecodeImage(Image *blob,Image *image,
493 count=ReadBlob(blob,(size_t) number_pixels,scanline);
521 scanline_length=ReadBlobMSBShort(blob);
523 scanline_length=1UL*ReadBlobByte(blob);
530 count=ReadBlob(blob,scanline_length,scanline);
1513 % supports the saving of more than one frame to the same file or blob,
1811 *blob;
1822 blob=(unsigned char *) ImageToBlob(jpeg_info,jpeg_image,&length,
1825 if (blob == (unsigned char *) NULL)
1875 (void) WriteBlob(image,length,blob);
1878 blob=(unsigned char *) RelinquishMagickMemory(blob);