Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:FileToBlob

1347 %  FileToBlob() returns the contents of a file as a buffer terminated with
1352 % The format of the FileToBlob method is:
1354 % void *FileToBlob(const char *filename,const size_t extent,
1359 % o blob: FileToBlob() returns the contents of a file as a blob. If
1371 MagickExport void *FileToBlob(const char *filename,const size_t extent,
2091 blob=FileToBlob(unique,~0UL,length,exception);
2502 blob=FileToBlob(unique,~0UL,length,exception);