]>
git.saurik.com Git - wxWidgets.git/blob - src/tiff/libtiff/tiffconf.h.in
2 Configuration defines for installed libtiff.
3 This file maintained for backward compatibility. Do not use definitions
4 from this file in your programs.
10 /* Signed 16-bit type */
13 /* Signed 32-bit type */
16 /* Signed 64-bit type */
19 /* Signed 8-bit type */
22 /* Unsigned 16-bit type */
25 /* Unsigned 32-bit type */
28 /* Unsigned 64-bit type */
31 /* Unsigned 8-bit type */
34 /* Signed size type */
37 /* Pointer difference type */
40 /* Define to 1 if the system has the type `int16'. */
43 /* Define to 1 if the system has the type `int32'. */
46 /* Define to 1 if the system has the type `int8'. */
49 /* Compatibility stuff. */
51 /* Define as 0 or 1 according to the floating point format suported by the
55 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
58 /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
62 /* Support CCITT Group 3 & 4 algorithms */
65 /* Support JPEG compression (requires IJG JPEG library) */
68 /* Support JBIG compression (requires JBIG-KIT library) */
71 /* Support LogLuv high dynamic range encoding */
74 /* Support LZW algorithm */
77 /* Support NeXT 2-bit RLE algorithm */
80 /* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
81 fails with unpatched IJG JPEG library) */
84 /* Support Macintosh PackBits algorithm */
85 #undef PACKBITS_SUPPORT
87 /* Support Pixar log-format algorithm (requires Zlib) */
88 #undef PIXARLOG_SUPPORT
90 /* Support ThunderScan 4-bit RLE algorithm */
91 #undef THUNDER_SUPPORT
93 /* Support Deflate compression */
96 /* Support strip chopping (whether or not to convert single-strip uncompressed
97 images to mutiple strips of ~8Kb to reduce memory usage) */
98 #undef STRIPCHOP_DEFAULT
100 /* Enable SubIFD tag (330) support */
101 #undef SUBIFD_SUPPORT
103 /* Treat extra sample as alpha (default enabled). The RGBA interface will
104 treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many
105 packages produce RGBA files but don't mark the alpha properly. */
106 #undef DEFAULT_EXTRASAMPLE_AS_ALPHA
108 /* Pick up YCbCr subsampling info from the JPEG data stream to support files
109 lacking the tag (default enabled). */
110 #undef CHECK_JPEG_YCBCR_SUBSAMPLING
112 /* Support MS MDI magic number files as TIFF */
116 * Feature support definitions.
117 * XXX: These macros are obsoleted. Don't use them in your apps!
118 * Macros stays here for backward compatibility and should be always defined.
120 #define COLORIMETRY_SUPPORT
121 #define YCBCR_SUPPORT
124 #define PHOTOSHOP_SUPPORT
127 #endif /* _TIFFCONF_ */