
Go to the source code of this file.
Typedefs | |
| typedef struct _StreamInfo | StreamInfo |
Functions | |
| MagickExport const void * | GetStreamInfoClientData (StreamInfo *) |
| MagickExport Image * | StreamImage (const ImageInfo *, StreamInfo *, ExceptionInfo *) |
| MagickExport MagickBooleanType | OpenStream (const ImageInfo *, StreamInfo *, const char *, ExceptionInfo *) |
| MagickExport StreamInfo * | AcquireStreamInfo (const ImageInfo *) |
| MagickExport StreamInfo ** | DestroyStreamInfo (StreamInfo *) |
| MagickExport void | SetStreamInfoClientData (StreamInfo *, const void *) |
| MagickExport void | SetStreamInfoMap (StreamInfo *, const char *) |
| MagickExport void | SetStreamInfoStorageType (StreamInfo *, const StorageType) |
| typedef struct _StreamInfo StreamInfo |
Definition at line 25 of file stream-private.h.
| MagickExport StreamInfo* AcquireStreamInfo | ( | const ImageInfo * | ) |
| MagickExport StreamInfo* * DestroyStreamInfo | ( | StreamInfo * | ) |
Definition at line 261 of file stream.c.
References CloseBlob(), DestroyImage(), DestroyQuantumInfo(), DestroyString(), GetMagickModule, LogMagickEvent(), MagickSignature, _StreamInfo::map, _StreamInfo::pixels, _StreamInfo::quantum_info, RelinquishMagickMemory(), _StreamInfo::signature, _StreamInfo::stream, and TraceEvent.
| MagickExport const void* GetStreamInfoClientData | ( | StreamInfo * | ) |
Definition at line 522 of file stream.c.
References _StreamInfo::client_data, MagickSignature, and _StreamInfo::signature.
| MagickExport MagickBooleanType OpenStream | ( | const ImageInfo * | , | |
| StreamInfo * | , | |||
| const char * | , | |||
| ExceptionInfo * | ||||
| ) |
Definition at line 759 of file stream.c.
References CopyMagickString(), _Image::filename, MaxTextExtent, OpenBlob(), _StreamInfo::stream, and WriteBinaryBlobMode.
| MagickExport void SetStreamInfoClientData | ( | StreamInfo * | , | |
| const void * | ||||
| ) |
| MagickExport void SetStreamInfoMap | ( | StreamInfo * | , | |
| const char * | ||||
| ) |
| MagickExport void SetStreamInfoStorageType | ( | StreamInfo * | , | |
| const | StorageType | |||
| ) |
Definition at line 1042 of file stream.c.
References MagickSignature, _StreamInfo::signature, and _StreamInfo::storage_type.
| MagickExport Image* StreamImage | ( | const ImageInfo * | , | |
| StreamInfo * | , | |||
| ExceptionInfo * | ||||
| ) |
Definition at line 1167 of file stream.c.
References AcquireQuantumInfo(), _ImageInfo::client_data, CloneImageInfo(), _ImageInfo::debug, DestroyImage(), DestroyImageInfo(), _StreamInfo::exception, _ImageInfo::filename, GetMagickModule, _StreamInfo::image_info, LogMagickEvent(), MagickFalse, MagickSignature, _StreamInfo::quantum_info, ReadStream(), _StreamInfo::signature, _ImageInfo::signature, TraceEvent, and WriteStreamImage().
1.6.1