18 #ifndef MAGICKCORE_STREAM_H 19 #define MAGICKCORE_STREAM_H 21 #if defined(__cplusplus) || defined(c_plusplus) 34 #if defined(__cplusplus) || defined(c_plusplus) MagickExport Image * ReadStream(const ImageInfo *, StreamHandler, ExceptionInfo *)
Definition: stream.c:969
Definition: exception.h:102
MagickExport MagickBooleanType WriteStream(const ImageInfo *, Image *, StreamHandler)
Definition: stream.c:2750
MagickBooleanType
Definition: magick-type.h:189
#define MagickExport
Definition: method-attribute.h:98
size_t(* StreamHandler)(const Image *, const void *, const size_t)
Definition: stream.h:26