Go to the source code of this file.
|
MagickExport Image * | ConstituteImage (const size_t, const size_t, const char *, const StorageType, const void *, ExceptionInfo *) |
|
MagickExport Image * | PingImage (const ImageInfo *, ExceptionInfo *) |
|
MagickExport Image * | PingImages (const ImageInfo *, ExceptionInfo *) |
|
MagickExport Image * | ReadImage (const ImageInfo *, ExceptionInfo *) |
|
MagickExport Image * | ReadImages (const ImageInfo *, ExceptionInfo *) |
|
MagickExport Image * | ReadInlineImage (const ImageInfo *, const char *, ExceptionInfo *) |
|
MagickExport MagickBooleanType | WriteImage (const ImageInfo *, Image *) |
|
MagickExport MagickBooleanType | WriteImages (const ImageInfo *, Image *, const char *, ExceptionInfo *) |
|
◆ StorageType
Enumerator |
---|
UndefinedPixel | |
CharPixel | |
DoublePixel | |
FloatPixel | |
IntegerPixel | |
LongPixel | |
QuantumPixel | |
ShortPixel | |
Definition at line 25 of file constitute.h.
◆ ConstituteImage()
◆ PingImage()
◆ PingImages()
◆ ReadImage()
◆ ReadImages()
◆ ReadInlineImage()
Definition at line 1001 of file constitute.c.
References Base64Decode(), BlobToImage(), CloneImageInfo(), CorruptImageError, DestroyImageInfo(), _ImageInfo::filename, LocaleNCompare(), _ImageInfo::magick, MagickPathExtent, NewImageList(), RelinquishMagickMemory(), SetImageInfoProgressMonitor(), and ThrowReaderException.
Referenced by DrawPrimitive().
◆ WriteImage()
◆ WriteImages()
Definition at line 1381 of file constitute.c.
References AcquireExceptionInfo(), _ImageInfo::adjoin, _Image::client_data, CloneImageInfo(), CopyMagickString(), DestroyExceptionInfo(), DestroyImageInfo(), _Image::filename, _ImageInfo::filename, GetFirstImageInList(), GetImageException(), GetImageListLength(), GetMagickModule, GetNextImageInList(), IsEventLogging(), LogMagickEvent(), _Image::magick, _ImageInfo::magick, MagickCoreSignature, MagickFalse, MagickTrue, MaxTextExtent, _Image::scene, SetImageInfo(), SetImageProgress(), SetImageProgressMonitor(), _Image::signature, _ImageInfo::signature, TraceEvent, WriteImage(), and WriteImageTag.
Referenced by ImagesToBlob().