stream.h File Reference

#include "MagickCore/pixel.h"

Go to the source code of this file.

Typedefs

typedef struct _StreamInfo StreamInfo
typedef size_t(* StreamHandler )(const Image *, const void *, const size_t)

Functions

MagickExport ImageReadStream (const ImageInfo *, StreamHandler, ExceptionInfo *)
MagickExport Image ** StreamImage (const ImageInfo *, StreamInfo *, ExceptionInfo *)
MagickExport MagickBooleanType OpenStream (const ImageInfo *, StreamInfo *, const char *, ExceptionInfo *)
MagickExport MagickBooleanType WriteStream (const ImageInfo *, Image *, StreamHandler, ExceptionInfo *)
MagickExport StreamInfoAcquireStreamInfo (const ImageInfo *, ExceptionInfo *)
MagickExport StreamInfo ** DestroyStreamInfo (StreamInfo *)
MagickExport void SetStreamInfoMap (StreamInfo *, const char *)
MagickExport void SetStreamInfoStorageType (StreamInfo *, const StorageType)

Typedef Documentation

typedef size_t(* StreamHandler)(const Image *, const void *, const size_t)
typedef struct _StreamInfo StreamInfo

Function Documentation

MagickExport StreamInfo* AcquireStreamInfo ( const ImageInfo ,
ExceptionInfo  
)
MagickExport StreamInfo* * DestroyStreamInfo ( StreamInfo  ) 
MagickExport MagickBooleanType OpenStream ( const ImageInfo ,
StreamInfo ,
const char *  ,
ExceptionInfo  
)
MagickExport Image* ReadStream ( const ImageInfo ,
StreamHandler  ,
ExceptionInfo  
)
MagickExport void SetStreamInfoMap ( StreamInfo ,
const char *   
)
MagickExport void SetStreamInfoStorageType ( StreamInfo ,
const   StorageType 
)
MagickExport Image* * StreamImage ( const ImageInfo ,
StreamInfo ,
ExceptionInfo  
)
MagickExport MagickBooleanType WriteStream ( const ImageInfo ,
Image ,
StreamHandler  ,
ExceptionInfo  
)

Generated on 14 Nov 2019 for MagickCore by  doxygen 1.6.1