github.com/kaydxh/golang@v0.0.131/pkg/gocv/cgo/third_path/graphics-magick/include/GraphicsMagick/magick/enhance.h (about)

     1  /*
     2    Copyright (C) 2003 GraphicsMagick Group
     3    Copyright (C) 2002 ImageMagick Studio
     4  
     5    This program is covered by multiple licenses, which are described in
     6    Copyright.txt. You should have received a copy of Copyright.txt with this
     7    package; otherwise see http://www.graphicsmagick.org/www/Copyright.html.
     8  
     9    ImageMagick Image Enhancement Methods.
    10  */
    11  #ifndef _MAGICK_ENHANCE_H
    12  #define _MAGICK_ENHANCE_H
    13  
    14  #if defined(__cplusplus) || defined(c_plusplus)
    15  extern "C" {
    16  #endif  /* defined(__cplusplus) || defined(c_plusplus) */
    17  
    18  extern MagickExport MagickPassFail
    19    ContrastImage(Image *,const unsigned int),
    20    EqualizeImage(Image *),
    21    GammaImage(Image *,const char *),
    22    LevelImage(Image *,const char *),
    23    LevelImageChannel(Image *,const ChannelType,const double,const double,
    24      const double),
    25    ModulateImage(Image *,const char *),
    26    NegateImage(Image *,const unsigned int),
    27    NormalizeImage(Image *);
    28  
    29  #if defined(__cplusplus) || defined(c_plusplus)
    30  }
    31  #endif /* defined(__cplusplus) || defined(c_plusplus) */
    32  
    33  #endif /* _MAGICK_ENHANCE_H */
    34  
    35  /*
    36   * Local Variables:
    37   * mode: c
    38   * c-basic-offset: 2
    39   * fill-column: 78
    40   * End:
    41   */