MagickCore
6.9.12-43
Convert, Edit, Or Compose Bitmap Images
|
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 |
MagickExport StreamInfo* AcquireStreamInfo | ( | const ImageInfo * | ) |
MagickExport StreamInfo * DestroyStreamInfo | ( | StreamInfo * | ) |
References CloseBlob(), DestroyImage(), DestroyQuantumInfo(), DestroyString(), GetMagickModule, LogMagickEvent(), MagickCoreSignature, _StreamInfo::map, _StreamInfo::pixels, _StreamInfo::quantum_info, RelinquishAlignedMemory(), RelinquishMagickMemory(), _StreamInfo::signature, _StreamInfo::stream, and TraceEvent.
MagickExport const void* GetStreamInfoClientData | ( | StreamInfo * | ) |
References _StreamInfo::client_data, MagickCoreSignature, and _StreamInfo::signature.
MagickExport MagickBooleanType OpenStream | ( | const ImageInfo * | , |
StreamInfo * | , | ||
const char * | , | ||
ExceptionInfo * | |||
) |
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 | |||
) |
References MagickCoreSignature, _StreamInfo::signature, and _StreamInfo::storage_type.
MagickExport Image* StreamImage | ( | const ImageInfo * | , |
StreamInfo * | , | ||
ExceptionInfo * | |||
) |
References AcquireQuantumInfo(), _ImageInfo::client_data, CloneImageInfo(), _ImageInfo::debug, DestroyImage(), DestroyImageInfo(), DestroyQuantumInfo(), _StreamInfo::exception, _ImageInfo::filename, GetMagickModule, _StreamInfo::image_info, LogMagickEvent(), MagickCoreSignature, MagickFalse, _StreamInfo::quantum_info, ReadStream(), _StreamInfo::signature, _ImageInfo::signature, TraceEvent, and WriteStreamImage().