📄 aconf.h.in
字号:
#ifndef ACONF_H#define ACONF_H/* libpng - include "png.h"*/#undef cimg_use_png/* libjpeg - include "jpeglib.h"*/#undef cimg_use_jpeg/* libtiff - include "tiffio.h"*/#undef cimg_use_tiff/* libMagick++ (ImageMagick) - include "Magick++.h"*/#undef cimg_use_magick/* FFTW3 - include "fftw3.h"*/#undef cimg_use_fftw3/** WORDS_BIGENDIAN - if defined, this is big endian machine. If not defined, this is little endian machine.*/#undef WORDS_BIGENDIAN/** Do not use any displaying functions from CImg */#define cimg_display_type 0#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -