Home | History | Annotate | Download | only in coders

Lines Matching defs:blob

42 #include "MagickCore/blob.h"
43 #include "MagickCore/blob-private.h"
247 % supports the saving of more than one frame to the same file or blob,
502 *blob;
538 blob=(unsigned char *) NULL;
570 blob=(unsigned char *) FileToBlob(previous_image,~0UL,&length,
578 status=BlobToFile(filename,blob,length,exception);
596 if (blob != (unsigned char *) NULL)
597 blob=(unsigned char *) RelinquishMagickMemory(blob);