MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
|
Go to the source code of this file.
Typedefs | |
typedef struct _FxInfo | FxInfo |
Functions | |
MagickPrivate FxInfo * | AcquireFxInfo (const Image *, const char *, ExceptionInfo *) |
MagickPrivate FxInfo * | DestroyFxInfo (FxInfo *) |
MagickPrivate MagickBooleanType | FxEvaluateChannelExpression (FxInfo *, const PixelChannel, const ssize_t, const ssize_t, double *, ExceptionInfo *) |
Definition at line 26 of file fx-private.h.
MagickPrivate FxInfo * AcquireFxInfo | ( | const Image * | , |
const char * | , | ||
ExceptionInfo * | |||
) |
Referenced by InterpretImageProperties().
MagickPrivate FxInfo * DestroyFxInfo | ( | FxInfo * | pfx | ) |
Definition at line 4110 of file fx.c.
References DeInitFx(), DestroyFxRt(), DestroyRPN(), DestroyString(), _FxInfo::expression, _FxInfo::fxrts, GetMagickResourceLimit(), _FxInfo::image, _FxInfo::Images, _FxInfo::Imgs, _FxInfo::pex, RelinquishMagickMemory(), and ThreadResource.
Referenced by FxImage(), and InterpretImageProperties().
MagickPrivate MagickBooleanType FxEvaluateChannelExpression | ( | FxInfo * | pfx, |
const | PixelChannel, | ||
const | ssize_t, | ||
const | ssize_t, | ||
double * | result, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 3936 of file fx.c.
References ExecuteRPN(), _FxInfo::fxrts, GetMagickModule, GetOpenMPThreadId(), _FxInfo::image, _FxInfo::Images, _FxInfo::Imgs, MagickFalse, MagickTrue, OptionError, fxRtT::thisPixel, and ThrowMagickException().
Referenced by InterpretImageProperties().