MagickWand
7.0.0
|
#include "MagickWand/studio.h"
#include "MagickWand/MagickWand.h"
#include "MagickWand/mogrify-private.h"
#include "MagickCore/string-private.h"
Go to the source code of this file.
Macros | |
#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 | CompareImagesCommand (ImageInfo *image_info, int argc, char **argv, char **metadata, ExceptionInfo *exception) |
#define DefaultDissimilarityThreshold 0.31830988618379067154 |
Referenced by CompareImagesCommand().
#define DefaultSimilarityThreshold (-1.0) |
Referenced by CompareImagesCommand().
#define DestroyCompare | ( | ) |
Referenced by CompareImagesCommand().
#define ThrowCompareException | ( | asperity, | |
tag, | |||
option | |||
) |
Referenced by CompareImagesCommand().
#define ThrowCompareInvalidArgumentException | ( | option, | |
argument | |||
) |
Referenced by CompareImagesCommand().
WandExport MagickBooleanType CompareImagesCommand | ( | ImageInfo * | image_info, |
int | argc, | ||
char ** | argv, | ||
char ** | metadata, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 174 of file compare.c.
References AppendImageStack, CompareUsage(), DefaultDissimilarityThreshold, DefaultSimilarityThreshold, DestroyCompare, FinalizeImageSettings, FireImageStack, MaxImageStackDepth, MaxTextExtent, MogrifyImageInfo(), NewImageStack, PopImageStack, PushImageStack, ReadCommandlLine, ThrowCompareException, and ThrowCompareInvalidArgumentException.
|
static |
Definition at line 83 of file compare.c.
Referenced by CompareImagesCommand().