MagickWand
7.0.0
|
Go to the source code of this file.
Data Structures | |
struct | _ImageStack |
Macros | |
#define | AppendImageStack(images) |
#define | DegreesToRadians(x) (MagickPI*(x)/180.0) |
#define | DestroyImageStack() |
#define | FinalizeImageSettings(image_info, image, advance) |
#define | FireImageStack(postfix, advance, fire) |
#define | MaxImageStackDepth 32 |
#define | NewImageStack() |
#define | PushImageStack() |
#define | PopImageStack() |
#define | QuantumTick(i, span) |
#define | RadiansToDegrees(x) (180.0*(x)/MagickPI) |
#define | RemoveImageStack(images) |
#define | RemoveAllImageStack() |
#define | SetImageStack(image) |
Typedefs | |
typedef struct _ImageStack | ImageStack |
#define AppendImageStack | ( | images | ) |
Definition at line 25 of file mogrify-private.h.
Referenced by AnimateImageCommand(), CompareImagesCommand(), CompositeImageCommand(), ConvertImageCommand(), DisplayImageCommand(), IdentifyImageCommand(), ImportImageCommand(), MogrifyImageCommand(), MontageImageCommand(), and StreamImageCommand().
#define DegreesToRadians | ( | x | ) | (MagickPI*(x)/180.0) |
Definition at line 31 of file mogrify-private.h.
#define DestroyImageStack | ( | ) |
Definition at line 32 of file mogrify-private.h.
#define FinalizeImageSettings | ( | image_info, | |
image, | |||
advance | |||
) |
Definition at line 39 of file mogrify-private.h.
Referenced by AnimateImageCommand(), CompareImagesCommand(), CompositeImageCommand(), ConvertImageCommand(), DisplayImageCommand(), IdentifyImageCommand(), ImportImageCommand(), MogrifyImageCommand(), MontageImageCommand(), and StreamImageCommand().
#define FireImageStack | ( | postfix, | |
advance, | |||
fire | |||
) |
Definition at line 45 of file mogrify-private.h.
Referenced by AnimateImageCommand(), CompareImagesCommand(), CompositeImageCommand(), ConvertImageCommand(), DisplayImageCommand(), IdentifyImageCommand(), ImportImageCommand(), MogrifyImageCommand(), MontageImageCommand(), and StreamImageCommand().
#define MaxImageStackDepth 32 |
Definition at line 63 of file mogrify-private.h.
Referenced by AnimateImageCommand(), CompareImagesCommand(), CompositeImageCommand(), ConvertImageCommand(), DisplayImageCommand(), IdentifyImageCommand(), ImportImageCommand(), MogrifyImageCommand(), MontageImageCommand(), and StreamImageCommand().
#define NewImageStack | ( | ) |
Definition at line 64 of file mogrify-private.h.
Referenced by AnimateImageCommand(), CompareImagesCommand(), CompositeImageCommand(), ConvertImageCommand(), DisplayImageCommand(), IdentifyImageCommand(), ImportImageCommand(), MogrifyImageCommand(), MontageImageCommand(), and StreamImageCommand().
#define PopImageStack | ( | ) |
Definition at line 79 of file mogrify-private.h.
Referenced by AnimateImageCommand(), CompareImagesCommand(), CompositeImageCommand(), ConvertImageCommand(), DisplayImageCommand(), IdentifyImageCommand(), ImportImageCommand(), MogrifyImageCommand(), MontageImageCommand(), and StreamImageCommand().
#define PushImageStack | ( | ) |
Definition at line 71 of file mogrify-private.h.
Referenced by AnimateImageCommand(), CompareImagesCommand(), CompositeImageCommand(), ConvertImageCommand(), DisplayImageCommand(), IdentifyImageCommand(), ImportImageCommand(), MogrifyImageCommand(), MontageImageCommand(), and StreamImageCommand().
#define QuantumTick | ( | i, | |
span | |||
) |
Definition at line 92 of file mogrify-private.h.
#define RadiansToDegrees | ( | x | ) | (180.0*(x)/MagickPI) |
Definition at line 95 of file mogrify-private.h.
#define RemoveAllImageStack | ( | ) |
Definition at line 101 of file mogrify-private.h.
Referenced by DisplayImageCommand(), IdentifyImageCommand(), and MogrifyImageCommand().
#define RemoveImageStack | ( | images | ) |
Definition at line 96 of file mogrify-private.h.
Referenced by CompositeImageCommand().
#define SetImageStack | ( | image | ) |
Definition at line 106 of file mogrify-private.h.
typedef struct _ImageStack ImageStack |