Home | History | Annotate | Download | only in coders

Lines Matching defs:blob

42 #include "MagickCore/blob.h"
43 #include "MagickCore/blob-private.h"
234 % supports the saving of more than one frame to the same file or blob,
477 *blob;
513 blob=(unsigned char *) NULL;
545 blob=(unsigned char *) FileToBlob(previous_image,~0UL,&length,
553 status=BlobToFile(filename,blob,length,exception);
571 if (blob != (unsigned char *) NULL)
572 blob=(unsigned char *) RelinquishMagickMemory(blob);