MagickWand
7.0.0
|
Go to the source code of this file.
Data Structures | |
struct | _MagickWand |
Macros | |
#define | DegreesToRadians(x) (MagickPI*(x)/180.0) |
#define | MagickWandId "MagickWand" |
#define | QuantumTick(i, span) |
#define | RadiansToDegrees(x) (180.0*(x)/MagickPI) |
#define DegreesToRadians | ( | x | ) | (MagickPI*(x)/180.0) |
Definition at line 25 of file magick-wand-private.h.
Referenced by CLISimpleOperatorImage(), MagickAnnotateImage(), and MogrifyImage().
#define MagickWandId "MagickWand" |
Definition at line 26 of file magick-wand-private.h.
#define QuantumTick | ( | i, | |
span | |||
) |
Definition at line 27 of file magick-wand-private.h.
#define RadiansToDegrees | ( | x | ) | (180.0*(x)/MagickPI) |
Definition at line 30 of file magick-wand-private.h.