github.com/kaydxh/golang@v0.0.131/pkg/gocv/cgo/third_path/graphics-magick/include/GraphicsMagick/magick/hclut.h (about) 1 /* 2 Copyright (C) 2009 GraphicsMagick Group 3 4 This program is covered by multiple licenses, which are described in 5 Copyright.txt. You should have received a copy of Copyright.txt with this 6 package; otherwise see http://www.graphicsmagick.org/www/Copyright.html. 7 8 Hald CLUT implementation 9 10 */ 11 #ifndef _MAGICK_HCLUT_H 12 #define _MAGICK_HCLUT_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 HaldClutImage(Image *,const Image * clut); 20 21 #if defined(__cplusplus) || defined(c_plusplus) 22 } 23 #endif /* defined(__cplusplus) || defined(c_plusplus) */ 24 25 #endif /* _MAGICK_HCLUT_H */ 26 27 /* 28 * Local Variables: 29 * mode: c 30 * c-basic-offset: 2 31 * fill-column: 78 32 * End: 33 */