MagickCore
7.1.0
Convert, Edit, Or Compose Bitmap Images
|
Go to the source code of this file.
Macros | |
#define | ThrowBinaryException(severity, tag, context) |
#define | ThrowFatalException(severity, tag) |
#define | ThrowFileException(exception, severity, tag, context) |
#define | ThrowImageException(severity, tag) |
#define | ThrowReaderException(severity, tag) |
#define | ThrowWriterException(severity, tag) |
Functions | |
MagickPrivate void | ExceptionComponentTerminus (void) |
MagickPrivate void | InitializeExceptionInfo (ExceptionInfo *) |
MagickPrivate MagickBooleanType | ExceptionComponentGenesis (void) |
#define ThrowBinaryException | ( | severity, | |
tag, | |||
context | |||
) |
Definition at line 29 of file exception-private.h.
Referenced by AcquireImageColormap(), AutoThresholdImage(), CLAHEImage(), ClutImage(), ColorDecisionListImage(), ContrastStretchImage(), CopyImagePixels(), DecipherImage(), EncipherImage(), EqualizeImage(), FloodfillPaintImage(), GammaImage(), GetStructuralSimilarityDistortion(), GradientImage(), HuffmanDecodeImage(), HuffmanEncodeImage(), ImportImagePixels(), InjectImageBlob(), KmeansImage(), LinearStretchImage(), LZWEncodeImage(), OpenPixelCache(), PackbitsEncodeImage(), PasskeyDecipherImage(), PasskeyEncipherImage(), ProfileImage(), QuantizeImage(), RaiseImage(), RemapImage(), RemapImages(), RenderMVGContent(), SegmentImage(), SetGrayscaleImage(), SetImageColormap(), SetImageExtent(), SortColormapByIntensity(), sRGBTransformImage(), SyncAuthenticPixelCacheNexus(), and TransformsRGBImage().
#define ThrowFatalException | ( | severity, | |
tag | |||
) |
Definition at line 35 of file exception-private.h.
Referenced by AcquireCriticalMemory(), AcquirePixelCacheNexus(), AcquirePixelChannelMap(), AcquirePolicyString(), AcquireRandomInfo(), AcquireRandomInfoTLS(), AcquireResampleFilterTLS(), AcquireSemaphoreInfo(), AcquireSignatureInfo(), AcquireStreamInfo(), AcquireString(), AcquireStringInfo(), AcquireTypeCache(), AcquireVirtualCacheView(), AcquireVirtualMemory(), Ascii85Initialize(), BalanceSplayTree(), BlobToStringInfo(), CloneCacheView(), CloneDrawInfo(), ClonePixelCacheOnDisk(), ClonePixelInfo(), CloneString(), ConcatenateString(), ConcatenateStringInfo(), ConstantString(), DistributePixelCacheServer(), EscapeParenthesis(), EscapeString(), ExpandFilenames(), GetCommandOptions(), GetImageDepth(), GetImageDistortion(), GetImageDistortions(), GetImageFeatures(), GetImagePixelCache(), GetImageViewException(), GetLocationStatistics(), GetPathComponents(), GetThresholdMapFile(), IncrementRandomNonce(), IterateOverSplayTree(), ListFiles(), LockMagickMutex(), MorphologyPrimitive(), ParseEntities(), ParseInternalDoctype(), ParseProcessingInstructions(), RenderMVGContent(), ResizeMagickMemory(), ScaleSpace(), SetImageDepth(), SetStringInfoLength(), SetXMLTreeAttribute(), SplaySplayTree(), StringInfoToHexString(), StringToArgv(), StringToStrings(), SubstituteString(), ThrowException(), and UnlockMagickMutex().
#define ThrowFileException | ( | exception, | |
severity, | |||
tag, | |||
context | |||
) |
Definition at line 53 of file exception-private.h.
Referenced by BlobToFile(), ClipImagePath(), CustomStreamToImage(), FileToBlob(), FileToImage(), ImagesToBlob(), ImagesToCustomStream(), ImageToBlob(), ImageToCustomStream(), ImageToFile(), InjectImageBlob(), InvokeDelegate(), OpenBlob(), OpenPixelCache(), ReadImage(), ReadPixelCacheMetacontent(), ReadPixelCachePixels(), RenderPostscript(), WritePixelCacheMetacontent(), and WritePixelCachePixels().
#define ThrowImageException | ( | severity, | |
tag | |||
) |
Definition at line 63 of file exception-private.h.
Referenced by AdaptiveBlurImage(), AdaptiveSharpenImage(), BilateralBlurImage(), BlurImage(), CannyEdgeImage(), ChopImage(), CloneImage(), CompareImagesLayers(), ConnectedComponentsImage(), DeskewImage(), DespeckleImage(), EdgeImage(), EmbossImage(), FrameImage(), GaussianBlurImage(), HoughLineImage(), InterpolativeResizeImage(), LocalContrastImage(), MontageImageList(), MotionBlurImage(), OilPaintImage(), OptimizeLayerFrames(), PreviewImage(), ResizeImage(), RotationalBlurImage(), SampleImage(), ScaleImage(), SelectiveBlurImage(), SharpenImage(), ShaveImage(), ShearImage(), ShearRotateImage(), StatisticImage(), StereoAnaglyphImage(), WaveImage(), and WaveletDenoiseImage().
#define ThrowReaderException | ( | severity, | |
tag | |||
) |
Definition at line 69 of file exception-private.h.
Referenced by ReadImage(), and ReadInlineImage().
#define ThrowWriterException | ( | severity, | |
tag | |||
) |
Definition at line 80 of file exception-private.h.
Referenced by WriteImage().
MagickPrivate MagickBooleanType ExceptionComponentGenesis | ( | void | ) |
Definition at line 468 of file exception.c.
References AcquireSemaphoreInfo(), exception_semaphore, and MagickTrue.
Referenced by MagickCoreGenesis().
MagickPrivate void ExceptionComponentTerminus | ( | void | ) |
Referenced by MagickCoreTerminus().
MagickPrivate void InitializeExceptionInfo | ( | ExceptionInfo * | ) |
Definition at line 735 of file exception.c.
References AcquireSemaphoreInfo(), _ExceptionInfo::exceptions, MagickCoreSignature, NewLinkedList(), _ExceptionInfo::semaphore, _ExceptionInfo::severity, _ExceptionInfo::signature, and UndefinedException.
Referenced by AcquireExceptionInfo(), and CloneExceptionInfo().