From: cristy Date: Sun, 16 Dec 2012 19:56:20 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4582 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44097f522d7472a58d4015595a8822709bb499b4;p=imagemagick --- diff --git a/MagickCore/compare.c b/MagickCore/compare.c index de612e14c..e2bb25ca0 100644 --- a/MagickCore/compare.c +++ b/MagickCore/compare.c @@ -286,7 +286,7 @@ MagickExport Image *CompareImages(Image *image,const Image *reconstruct_image, % GetImageDistortion() compares one or more pixel channels of an image to a % reconstructed image and returns the specified distortion metric. % -% The format of the CompareImages method is: +% The format of the GetImageDistortion method is: % % MagickBooleanType GetImageDistortion(const Image *image, % const Image *reconstruct_image,const MetricType metric, @@ -1201,11 +1201,11 @@ MagickExport MagickBooleanType GetImageDistortion(Image *image, % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% GetImageDistrortion() compares the pixel channels of an image to a +% GetImageDistortions() compares the pixel channels of an image to a % reconstructed image and returns the specified distortion metric for each % channel. % -% The format of the CompareImages method is: +% The format of the GetImageDistortions method is: % % double *GetImageDistortions(const Image *image, % const Image *reconstruct_image,const MetricType metric, diff --git a/tests/validate.h b/tests/validate.h index c7f3910ff..e0c77d5e6 100644 --- a/tests/validate.h +++ b/tests/validate.h @@ -24,9 +24,7 @@ static const char *compare_options[] = { - "", - "-compose Src", - "-highlight-color SeaGreen", + "-metric RMSE -fuzz 5%", "-metric AE -fuzz 5%", (const char *) NULL };