]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/compare.h
(no commit message)
[imagemagick] / MagickCore / compare.h
index 50429dae28aab21b422db0f4a2f5384cb2f77d28..94a23443422c165ee2fb7ec90781103a04d8586e 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2014 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2015 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
   
   You may not use this file except in compliance with the License.
@@ -30,11 +30,12 @@ typedef enum
   AbsoluteErrorMetric,
   FuzzErrorMetric,
   MeanAbsoluteErrorMetric,
-  MeanErrorPerPixelMetric,
+  MeanErrorPerPixelErrorMetric,
   MeanSquaredErrorMetric,
   NormalizedCrossCorrelationErrorMetric,
   PeakAbsoluteErrorMetric,
-  PeakSignalToNoiseRatioMetric,
+  PeakSignalToNoiseRatioErrorMetric,
+  PerceptualHashErrorMetric,
   RootMeanSquaredErrorMetric
 } MetricType;