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

📄 tif_config.h.wince

📁 支持各种栅格图像和矢量图像读取的库
💻 WINCE
字号:
/* $Id: tif_config.h.wince 10541 2007-01-02 11:22:08Z mloskot $ *//* * Windows CE platform config. */#ifndef _WIN32_WCE# error This version of tif_config.h header is dedicated for Windows CE platform!#endif/* Get the common system configuration switches from the main file. */#include "cpl_config.h"/* Compatibility stuff. *//* Define as 0 or 1 according to the floating point format suported by the   machine */#define HAVE_IEEEFP 1/* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */#define HOST_FILLORDER FILLORDER_LSB2MSB/* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian   (Intel) */#define HOST_BIGENDIAN 0/* Libtiff specific switches. *//* Support CCITT Group 3 & 4 algorithms */#undef CCITT_SUPPORT/* Support LogLuv high dynamic range encoding */#define LOGLUV_SUPPORT 1/* Support LZW algorithm */#define LZW_SUPPORT 1/* Support NeXT 2-bit RLE algorithm */#define NEXT_SUPPORT 1/* Support Macintosh PackBits algorithm */#define PACKBITS_SUPPORT 1/* Support ThunderScan 4-bit RLE algorithm */#define THUNDER_SUPPORT 1/* Pick up YCbCr subsampling info from the JPEG data stream to support files   lacking the tag (default enabled). *///#define CHECK_JPEG_YCBCR_SUBSAMPLING 1/* Treat extra sample as alpha (default enabled). The RGBA interface will   treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many   packages produce RGBA files but don't mark the alpha properly. */#define DEFAULT_EXTRASAMPLE_AS_ALPHA 1/* Support strip chopping (whether or not to convert single-strip uncompressed   images to mutiple strips of ~8Kb to reduce memory usage) */#define STRIPCHOP_DEFAULT TIFF_STRIPCHOP/* Enable SubIFD tag (330) support */#define SUBIFD_SUPPORT 1

⌨️ 快捷键说明

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