]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/enhance.h
(no commit message)
[imagemagick] / MagickCore / enhance.h
index c53bf73e9db072b5e4873c49c62fa550a7117251..67c0a82c322fd713ba80a3e68864354ac262a82f 100644 (file)
@@ -23,43 +23,26 @@ extern "C" {
 #endif
 
 extern MagickExport MagickBooleanType
-  AutoGammaImage(Image *),
-  AutoLevelImage(Image *),
-  BrightnessContrastImage(Image *,const double,const double),
-  BrightnessContrastImageChannel(Image *,const ChannelType,const double,
-    const double),
-  ClutImage(Image *,const Image *),
-  ClutImageChannel(Image *,const ChannelType,const Image *),
-  ColorDecisionListImage(Image *,const char *),
-  ContrastImage(Image *,const MagickBooleanType),
-  ContrastStretchImage(Image *,const char *),
-  ContrastStretchImageChannel(Image *,const ChannelType,const double,
-    const double),
-  EqualizeImage(Image *image),
-  EqualizeImageChannel(Image *image,const ChannelType),
-  GammaImage(Image *,const char *),
-  GammaImageChannel(Image *,const ChannelType,const double),
-  HaldClutImage(Image *,const Image *),
-  HaldClutImageChannel(Image *,const ChannelType,const Image *),
-  LevelImage(Image *,const char *),
-  LevelImageChannel(Image *,const ChannelType,const double,const double,
-    const double),
-  LevelizeImage(Image *,const double,const double,const double),
-  LevelizeImageChannel(Image *,const ChannelType,const double,const double,
-    const double),
-  LevelColorsImage(Image *,const PixelInfo *,const PixelInfo *,
-    const MagickBooleanType),
-  LevelColorsImageChannel(Image *,const ChannelType,const PixelInfo *,
-    const PixelInfo *,const MagickBooleanType),
-  LinearStretchImage(Image *,const double,const double),
-  ModulateImage(Image *,const char *),
-  NegateImage(Image *,const MagickBooleanType),
-  NegateImageChannel(Image *,const ChannelType,const MagickBooleanType),
-  NormalizeImage(Image *),
-  NormalizeImageChannel(Image *,const ChannelType),
-  SigmoidalContrastImage(Image *,const MagickBooleanType,const char *),
-  SigmoidalContrastImageChannel(Image *,const ChannelType,
-    const MagickBooleanType,const double,const double);
+  AutoGammaImage(Image *,ExceptionInfo *),
+  AutoLevelImage(Image *,ExceptionInfo *),
+  BrightnessContrastImage(Image *,const double,const double,ExceptionInfo *),
+  ClutImage(Image *,const Image *,ExceptionInfo *),
+  ColorDecisionListImage(Image *,const char *,ExceptionInfo *),
+  ContrastImage(Image *,const MagickBooleanType,ExceptionInfo *),
+  ContrastStretchImage(Image *,const double,const double,ExceptionInfo *),
+  EqualizeImage(Image *image,ExceptionInfo *),
+  GammaImage(Image *,const double,ExceptionInfo *),
+  HaldClutImage(Image *,const Image *,ExceptionInfo *),
+  LevelImage(Image *,const double,const double,const double,ExceptionInfo *),
+  LevelizeImage(Image *,const double,const double,const double,ExceptionInfo *),
+  LevelImageColors(Image *,const PixelInfo *,const PixelInfo *,
+    const MagickBooleanType,ExceptionInfo *),
+  LinearStretchImage(Image *,const double,const double,ExceptionInfo *),
+  ModulateImage(Image *,const char *,ExceptionInfo *),
+  NegateImage(Image *,const MagickBooleanType,ExceptionInfo *),
+  NormalizeImage(Image *,ExceptionInfo *),
+  SigmoidalContrastImage(Image *,const MagickBooleanType,const double,
+    const double,ExceptionInfo *);
 
 extern MagickExport Image
   *EnhanceImage(const Image *,ExceptionInfo *);