From 2b70e8005910b530ce33cfc47c3c297b87fb8f35 Mon Sep 17 00:00:00 2001 From: cristy Date: Mon, 23 Nov 2009 19:40:25 +0000 Subject: [PATCH] --- wand/compare.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- 2.40.0