⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 libjasper_compat.h

📁 linux下将各类格式图片转换工具
💻 H
字号:
/* Here's some stuff to create backward compatibility with older Jasper   libraries.  Unfortunately, new versions of the Jasper library are not   backward compatible with old applications.*//* The color space thing got more complex between Version 1.600 and   1.701.  For example, it now allows for multiple kinds of RGB, whereas   in 1.600 RGB meant SRGB.  As part of that change, names changed   from "colorspace" to "clrspc".*/#if defined(jas_image_setcolorspace)/* Old style color space */#define jas_image_setclrspc jas_image_setcolorspace#define JAS_CLRSPC_GENRGB JAS_IMAGE_CS_RGB#define JAS_CLRSPC_GENGRAY JAS_IMAGE_CS_GRAY#define JAS_CLRSPC_UNKNOWN JAS_IMAGE_CS_UNKNOWN#define jas_clrspc_fam(clrspc) (clrspc)#define jas_image_clrspc jas_image_colorspace#define JAS_CLRSPC_FAM_RGB JAS_IMAGE_CS_RGB#define JAS_CLRSPC_FAM_GRAY JAS_IMAGE_CS_GRAY#define JAS_CLRSPC_FAM_UNKNOWN JAS_IMAGE_CS_UNKNOWN#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -