]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/threshold.h
Fix CLUT interpolation method
[imagemagick] / MagickCore / threshold.h
index c8c7230d5677da3b2ae0e0e72dfdbb4f0412f1ef..53a1855fb885fd4d2d135de012979497949a5632 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.
@@ -26,7 +26,7 @@ typedef struct _ThresholdMap
   ThresholdMap;
 
 extern MagickExport Image
-  *AdaptiveThresholdImage(const Image *,const size_t,const size_t,const ssize_t,
+  *AdaptiveThresholdImage(const Image *,const size_t,const size_t,const double,
     ExceptionInfo *);
 
 extern MagickExport ThresholdMap
@@ -34,9 +34,9 @@ extern MagickExport ThresholdMap
   *GetThresholdMap(const char *,ExceptionInfo *);
 
 extern MagickExport MagickBooleanType
-  BilevelImage(Image *,const double),
+  BilevelImage(Image *,const double,ExceptionInfo *),
   BlackThresholdImage(Image *,const char *,ExceptionInfo *),
-  ClampImage(Image *),
+  ClampImage(Image *,ExceptionInfo *),
   ListThresholdMaps(FILE *,ExceptionInfo *),
   OrderedPosterizeImage(Image *,const char *,ExceptionInfo *),
   RandomThresholdImage(Image *,const char *,ExceptionInfo *),