]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/compare.h
(no commit message)
[imagemagick] / MagickCore / compare.h
index 714fea4474888ffd2a0a942df7e9b7d76f37b335..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.
@@ -44,13 +44,13 @@ extern MagickExport double
 extern MagickExport Image
   *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
   GetImageDistortion(Image *,const Image *,const MetricType,double *,
     ExceptionInfo *),
-  IsImagesEqual(Image *,const Image *);
+  IsImagesEqual(Image *,const Image *,ExceptionInfo *);
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }