HomeSort by relevance Sort by last modified time
    Searched defs:BlobToFile (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
blob.c 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);
    [all...]
methods.h 125 #define BlobToFile PrependMagickMethod(BlobToFile)
    [all...]

Completed in 93 milliseconds