Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:FileToBlob

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,
1641 blob=FileToBlob(unique,~0UL,length,exception);
1901 blob=FileToBlob(unique,~0UL,length,exception);