]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 16 Dec 2012 19:56:20 +0000 (19:56 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 16 Dec 2012 19:56:20 +0000 (19:56 +0000)
MagickCore/compare.c
tests/validate.h

index de612e14c3407ea7baab6df7ba1fe762f3078015..e2bb25ca02ca2ff4f6cff4dc88358e5d38a6c22d 100644 (file)
@@ -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,
index c7f3910ff48b41f7f34f35c40b8e1d879baa20c4..e0c77d5e6cebab410a7b4c47a9db7ff71c897c69 100644 (file)
@@ -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
   };