18 #ifndef MAGICKCORE_STREAM_H 19 #define MAGICKCORE_STREAM_H 21 #if defined(__cplusplus) || defined(c_plusplus) 49 #if defined(__cplusplus) || defined(c_plusplus) MagickExport void SetStreamInfoMap(StreamInfo *, const char *)
MagickExport Image * ReadStream(const ImageInfo *, StreamHandler, ExceptionInfo *)
MagickExport StreamInfo * AcquireStreamInfo(const ImageInfo *, ExceptionInfo *)
Definition: exception.h:101
StorageType
Definition: pixel.h:142
MagickExport void SetStreamInfoStorageType(StreamInfo *, const StorageType)
Definition: stream.c:1165
MagickExport MagickBooleanType WriteStream(const ImageInfo *, Image *, StreamHandler, ExceptionInfo *)
Definition: stream.c:2800
MagickBooleanType
Definition: magick-type.h:169
MagickExport MagickBooleanType OpenStream(const ImageInfo *, StreamInfo *, const char *, ExceptionInfo *)
MagickExport StreamInfo * DestroyStreamInfo(StreamInfo *)
Definition: stream.c:270
MagickExport Image * StreamImage(const ImageInfo *, StreamInfo *, ExceptionInfo *)
Definition: stream.c:1296
#define MagickExport
Definition: method-attribute.h:80
size_t(* StreamHandler)(const Image *, const void *, const size_t)
Definition: stream.h:31