MagickCore  6.9.11-60
Convert, Edit, Or Compose Bitmap Images
stream-private.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _StreamInfo StreamInfo
 

Functions

MagickExport const void * GetStreamInfoClientData (StreamInfo *)
 
MagickExport ImageStreamImage (const ImageInfo *, StreamInfo *, ExceptionInfo *)
 
MagickExport MagickBooleanType OpenStream (const ImageInfo *, StreamInfo *, const char *, ExceptionInfo *)
 
MagickExport StreamInfoAcquireStreamInfo (const ImageInfo *)
 
MagickExport StreamInfoDestroyStreamInfo (StreamInfo *)
 
MagickExport void SetStreamInfoClientData (StreamInfo *, const void *)
 
MagickExport void SetStreamInfoMap (StreamInfo *, const char *)
 
MagickExport void SetStreamInfoStorageType (StreamInfo *, const StorageType)
 

Typedef Documentation

◆ StreamInfo

typedef struct _StreamInfo StreamInfo

Function Documentation

◆ AcquireStreamInfo()

MagickExport StreamInfo* AcquireStreamInfo ( const ImageInfo )

◆ DestroyStreamInfo()

◆ GetStreamInfoClientData()

MagickExport const void* GetStreamInfoClientData ( StreamInfo stream_info)

◆ OpenStream()

MagickExport MagickBooleanType OpenStream ( const ImageInfo image_info,
StreamInfo stream_info,
const char *  filename,
ExceptionInfo exception 
)

◆ SetStreamInfoClientData()

MagickExport void SetStreamInfoClientData ( StreamInfo ,
const void *   
)

◆ SetStreamInfoMap()

MagickExport void SetStreamInfoMap ( StreamInfo ,
const char *   
)

◆ SetStreamInfoStorageType()

MagickExport void SetStreamInfoStorageType ( StreamInfo stream_info,
const  StorageType 
)

◆ StreamImage()