From: cristy Date: Mon, 23 Nov 2009 19:40:25 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~10350 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b70e8005910b530ce33cfc47c3c297b87fb8f35;p=imagemagick --- diff --git a/wand/compare.c b/wand/compare.c index e5299488b..754b728b3 100644 --- a/wand/compare.c +++ b/wand/compare.c @@ -172,7 +172,7 @@ static MagickBooleanType CompareUsage(void) WandExport MagickBooleanType CompareImageCommand(ImageInfo *image_info, int argc,char **argv,char **metadata,ExceptionInfo *exception) { -#define DefaultDissimilarityThreshold 0.2 +#define DefaultDissimilarityThreshold 0.31830988618379067154 #define DestroyCompare() \ { \ if (similarity_image != (Image *) NULL) \