MagickCore  6.9.6
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

MagickExport FxInfoAcquireFxInfo (const Image *, const char *)
 
MagickExport FxInfoDestroyFxInfo (FxInfo *)
 
MagickExport MagickBooleanType FxEvaluateExpression (FxInfo *, double *, ExceptionInfo *)
 
MagickExport MagickBooleanType FxEvaluateChannelExpression (FxInfo *, const ChannelType, const ssize_t, const ssize_t, double *, ExceptionInfo *)
 

Typedef Documentation

§ FxInfo

typedef struct _FxInfo FxInfo

Function Documentation

§ AcquireFxInfo()

MagickExport FxInfo* AcquireFxInfo ( const Image ,
const char *   
)

Referenced by GetImageProperty().

§ DestroyFxInfo()

§ FxEvaluateChannelExpression()

MagickExport MagickBooleanType FxEvaluateChannelExpression ( FxInfo ,
const ChannelType  ,
const ssize_t  ,
const ssize_t  ,
double *  ,
ExceptionInfo  
)

§ FxEvaluateExpression()

MagickExport MagickBooleanType FxEvaluateExpression ( FxInfo ,
double *  ,
ExceptionInfo  
)