Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:BlobToFile

232 %  BlobToFile() writes a blob to a file.  It returns MagickFalse if an error
235 % The format of the BlobToFile method is:
237 % MagickBooleanType BlobToFile(char *filename,const void *blob,
251 MagickExport MagickBooleanType BlobToFile(char *filename,const void *blob,
389 status=BlobToFile(blob_info->filename,blob,length,exception);