Lines Matching refs:ReadBlob
3698 % ReadBlob() reads data from the blob or image file and returns it. It
3699 % returns the number of bytes read. If length is zero, ReadBlob() returns
3703 % The format of the ReadBlob method is:
3705 % ssize_t ReadBlob(Image *image,const size_t length,void *data)
3718 MagickExport ssize_t ReadBlob(Image *image,const size_t length,void *data)
4779 *count=ReadBlob(image,length,(unsigned char *) data);