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

  /external/ImageMagick/MagickCore/
blob.c 954 % FileToBlob() returns the contents of a file as a buffer terminated with
959 % The format of the FileToBlob method is:
961 % void *FileToBlob(const char *filename,const size_t extent,
966 % o blob: FileToBlob() returns the contents of a file as a blob. If
978 MagickExport void *FileToBlob(const char *filename,const size_t extent,
    [all...]
methods.h 322 #define FileToBlob PrependMagickMethod(FileToBlob)
    [all...]

Completed in 682 milliseconds