MagickCore  6.9.9
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 )

§ OpenStream()

§ SetStreamInfoClientData()

MagickExport void SetStreamInfoClientData ( StreamInfo ,
const void *   
)

§ SetStreamInfoMap()

MagickExport void SetStreamInfoMap ( StreamInfo ,
const char *   
)

§ SetStreamInfoStorageType()

MagickExport void SetStreamInfoStorageType ( StreamInfo ,
const StorageType   
)

§ StreamImage()