MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
fx-private.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _FxInfo FxInfo
 

Functions

MagickPrivate FxInfoAcquireFxInfo (const Image *, const char *, ExceptionInfo *)
 
MagickPrivate FxInfoDestroyFxInfo (FxInfo *)
 
MagickPrivate MagickBooleanType FxEvaluateChannelExpression (FxInfo *, const PixelChannel, const ssize_t, const ssize_t, double *, ExceptionInfo *)
 

Typedef Documentation

◆ FxInfo

typedef struct _FxInfo FxInfo

Definition at line 26 of file fx-private.h.

Function Documentation

◆ AcquireFxInfo()

MagickPrivate FxInfo * AcquireFxInfo ( const Image ,
const char *  ,
ExceptionInfo  
)

◆ DestroyFxInfo()

◆ FxEvaluateChannelExpression()

MagickPrivate MagickBooleanType FxEvaluateChannelExpression ( FxInfo pfx,
const  PixelChannel,
const  ssize_t,
const  ssize_t,
double *  result,
ExceptionInfo exception 
)