enhance.h

Go to the documentation of this file.
00001 /*
00002   Copyright 1999-2009 ImageMagick Studio LLC, a non-profit organization
00003   dedicated to making software imaging solutions freely available.
00004   
00005   You may not use this file except in compliance with the License.
00006   obtain a copy of the License at
00007   
00008     http://www.imagemagick.org/script/license.php
00009   
00010   Unless required by applicable law or agreed to in writing, software
00011   distributed under the License is distributed on an "AS IS" BASIS,
00012   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013   See the License for the specific language governing permissions and
00014   limitations under the License.
00015 
00016   MagickCore image enhance methods.
00017 */
00018 #ifndef _MAGICKCORE_ENHANCE_H
00019 #define _MAGICKCORE_ENHANCE_H
00020 
00021 #if defined(__cplusplus) || defined(c_plusplus)
00022 extern "C" {
00023 #endif
00024 
00025 extern MagickExport MagickBooleanType
00026   AutoGammaImage(Image *),
00027   AutoGammaImageChannel(Image *,const ChannelType),
00028   AutoLevelImage(Image *),
00029   AutoLevelImageChannel(Image *,const ChannelType),
00030   ClutImage(Image *,const Image *),
00031   ClutImageChannel(Image *,const ChannelType,const Image *),
00032   ColorDecisionListImage(Image *,const char *),
00033   ContrastImage(Image *,const MagickBooleanType),
00034   ContrastStretchImage(Image *,const char *),
00035   ContrastStretchImageChannel(Image *,const ChannelType,const double,
00036     const double),
00037   EqualizeImage(Image *image),
00038   EqualizeImageChannel(Image *image,const ChannelType),
00039   GammaImage(Image *,const char *),
00040   GammaImageChannel(Image *,const ChannelType,const double),
00041   HaldClutImage(Image *,const Image *),
00042   HaldClutImageChannel(Image *,const ChannelType,const Image *),
00043   LevelImage(Image *,const char *),
00044   LevelImageChannel(Image *,const ChannelType,const double,const double,
00045     const double),
00046   LevelizeImage(Image *,const double,const double,const double),
00047   LevelizeImageChannel(Image *,const ChannelType,const double,const double,
00048     const double),
00049   LevelColorsImage(Image *,const MagickPixelPacket *,const MagickPixelPacket *,
00050     const MagickBooleanType),
00051   LevelColorsImageChannel(Image *,const ChannelType,const MagickPixelPacket *,
00052     const MagickPixelPacket *,const MagickBooleanType),
00053   LinearStretchImage(Image *,const double,const double),
00054   ModulateImage(Image *,const char *),
00055   NegateImage(Image *,const MagickBooleanType),
00056   NegateImageChannel(Image *,const ChannelType,const MagickBooleanType),
00057   NormalizeImage(Image *),
00058   NormalizeImageChannel(Image *,const ChannelType),
00059   SigmoidalContrastImage(Image *,const MagickBooleanType,const char *),
00060   SigmoidalContrastImageChannel(Image *,const ChannelType,
00061     const MagickBooleanType,const double,const double);
00062 
00063 extern MagickExport Image
00064   *EnhanceImage(const Image *,ExceptionInfo *);
00065 
00066 #if defined(__cplusplus) || defined(c_plusplus)
00067 }
00068 #endif
00069 
00070 #endif

Generated on 19 Nov 2009 for MagickCore by  doxygen 1.6.1