]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/compare.h
(no commit message)
[imagemagick] / MagickCore / compare.h
index bccb13363ea73a4fb72902d9fcd87856ca7b4ed4..82eaee178872f7de7daab192fd0b32c12b4715cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2012 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.
@@ -39,23 +39,18 @@ typedef enum
 } MetricType;
 
 extern MagickExport double
-  *GetImageChannelDistortions(Image *,const Image *,const MetricType,
-    ExceptionInfo *);
+  *GetImageDistortions(Image *,const Image *,const MetricType,ExceptionInfo *);
 
 extern MagickExport Image
-  *CompareImageChannels(Image *,const Image *,const ChannelType,
-    const MetricType,double *,ExceptionInfo *),
   *CompareImages(Image *,const Image *,const MetricType,double *,
     ExceptionInfo *),
-  *SimilarityImage(Image *,const Image *,RectangleInfo *,double *,
-    ExceptionInfo *);
+  *SimilarityImage(Image *,const Image *,const MetricType,RectangleInfo *,
+    double *,ExceptionInfo *);
 
 extern MagickExport MagickBooleanType
-  GetImageChannelDistortion(Image *,const Image *,const ChannelType,
-    const MetricType,double *,ExceptionInfo *),
   GetImageDistortion(Image *,const Image *,const MetricType,double *,
     ExceptionInfo *),
-  IsImagesEqual(Image *,const Image *);
+  IsImagesEqual(Image *,const Image *,ExceptionInfo *);
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }