|
MagickWand
6.9.7
|
#include "wand/studio.h"#include "wand/MagickWand.h"#include "wand/mogrify-private.h"#include "magick/string-private.h"Macros | |
| #define | CompareEpsilon (1.0e-06) |
| #define | DefaultDissimilarityThreshold 0.31830988618379067154 |
| #define | DefaultSimilarityThreshold (-1.0) |
| #define | DestroyCompare() |
| #define | ThrowCompareException(asperity, tag, option) |
| #define | ThrowCompareInvalidArgumentException(option, argument) |
Functions | |
| static MagickBooleanType | CompareUsage (void) |
| WandExport MagickBooleanType | CompareImageCommand (ImageInfo *image_info, int argc, char **argv, char **metadata, ExceptionInfo *exception) |
| #define CompareEpsilon (1.0e-06) |
Referenced by CompareImageCommand().
| #define DefaultDissimilarityThreshold 0.31830988618379067154 |
Referenced by CompareImageCommand().
| #define DefaultSimilarityThreshold (-1.0) |
Referenced by CompareImageCommand().
| #define DestroyCompare | ( | ) |
Referenced by CompareImageCommand().
| #define ThrowCompareException | ( | asperity, | |
| tag, | |||
| option | |||
| ) |
Referenced by CompareImageCommand().
| #define ThrowCompareInvalidArgumentException | ( | option, | |
| argument | |||
| ) |
Referenced by CompareImageCommand().
| WandExport MagickBooleanType CompareImageCommand | ( | ImageInfo * | image_info, |
| int | argc, | ||
| char ** | argv, | ||
| char ** | metadata, | ||
| ExceptionInfo * | exception | ||
| ) |
References AppendImageStack, CompareEpsilon, CompareUsage(), DefaultDissimilarityThreshold, DefaultSimilarityThreshold, DestroyCompare, FinalizeImageSettings, FireImageStack, MaxImageStackDepth, MaxTextExtent, MogrifyImageInfo(), NewImageStack, PopImageStack, PushImageStack, ReadCommandlLine, ThrowCompareException, and ThrowCompareInvalidArgumentException.
|
static |
Referenced by CompareImageCommand().