]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/threshold.h
Add RobidouxSharp filter depreciate Bessel Filter and Static Gravity
[imagemagick] / MagickCore / threshold.h
index 3794ccf6ec50a29137c55445bbd2730d112ee972..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.
@@ -31,13 +31,12 @@ extern MagickExport Image
 
 extern MagickExport ThresholdMap
   *DestroyThresholdMap(ThresholdMap *),
-  *GetThresholdMap(const char *,ExceptionInfo *),
-  *GetThresholdMapFile(const char *,const char *,const char *,ExceptionInfo *);
+  *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 *),