Go to the documentation of this file.
18 #ifndef _MAGICKCORE_BLOB_PRIVATE_H
19 #define _MAGICKCORE_BLOB_PRIVATE_H
21 #if defined(__cplusplus) || defined(c_plusplus)
28 #define MagickMinBlobExtent 32767L
29 #if defined(MAGICKCORE_HAVE_FSEEKO)
58 *(*BlobFifo)(
const Image *,
const void *,
const size_t);
96 ReadBlob(Image *,
const size_t,
unsigned char *),
97 WriteBlob(Image *,
const size_t,
const unsigned char *),
129 #if defined(__cplusplus) || defined(c_plusplus)