]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/threshold.h
(no commit message)
[imagemagick] / MagickCore / threshold.h
index 2743d46db5c79e4a8119aa271089b03da7c30fe9..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,21 +34,13 @@ extern MagickExport ThresholdMap
   *GetThresholdMap(const char *,ExceptionInfo *);
 
 extern MagickExport MagickBooleanType
-  BilevelImage(Image *,const double),
-  BilevelImageChannel(Image *,const ChannelType,const double),
-  BlackThresholdImage(Image *,const char *),
-  BlackThresholdImageChannel(Image *,const ChannelType,const char *,
-    ExceptionInfo *),
-  ClampImage(Image *),
-  ClampImageChannel(Image *,const ChannelType),
+  BilevelImage(Image *,const double,ExceptionInfo *),
+  BlackThresholdImage(Image *,const char *,ExceptionInfo *),
+  ClampImage(Image *,ExceptionInfo *),
   ListThresholdMaps(FILE *,ExceptionInfo *),
   OrderedPosterizeImage(Image *,const char *,ExceptionInfo *),
   RandomThresholdImage(Image *,const char *,ExceptionInfo *),
-  RandomThresholdImageChannel(Image *,const ChannelType,const char *,
-    ExceptionInfo *),
-  WhiteThresholdImage(Image *,const char *),
-  WhiteThresholdImageChannel(Image *,const ChannelType,const char *,
-    ExceptionInfo *);
+  WhiteThresholdImage(Image *,const char *,ExceptionInfo *);
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }