]>
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 /* Define to 1 if the system has the type `int16'. */
13 /* Define to 1 if the system has the type `int32'. */
16 /* Define to 1 if the system has the type `int8'. */
19 /* The size of a `int', as computed by sizeof. */
22 /* The size of a `long', as computed by sizeof. */
25 /* Compatibility stuff. */
27 /* Define as 0 or 1 according to the floating point format suported by the
31 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
34 /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
38 /* Support CCITT Group 3 & 4 algorithms */
41 /* Support JPEG compression (requires IJG JPEG library) */
44 /* Support LogLuv high dynamic range encoding */
47 /* Support LZW algorithm */
50 /* Support NeXT 2-bit RLE algorithm */
53 /* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
54 fails with unpatched IJG JPEG library) */
57 /* Support Macintosh PackBits algorithm */
58 #undef PACKBITS_SUPPORT
60 /* Support Pixar log-format algorithm (requires Zlib) */
61 #undef PIXARLOG_SUPPORT
63 /* Support ThunderScan 4-bit RLE algorithm */
64 #undef THUNDER_SUPPORT
66 /* Support Deflate compression */
69 /* Support strip chopping (whether or not to convert single-strip uncompressed
70 images to mutiple strips of ~8Kb to reduce memory usage) */
71 #undef STRIPCHOP_DEFAULT
73 /* Enable SubIFD tag (330) support */
76 /* Treat extra sample as alpha (default enabled). The RGBA interface will
77 treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many
78 packages produce RGBA files but don't mark the alpha properly. */
79 #undef DEFAULT_EXTRASAMPLE_AS_ALPHA
81 /* Pick up YCbCr subsampling info from the JPEG data stream to support files
82 lacking the tag (default enabled). */
83 #undef CHECK_JPEG_YCBCR_SUBSAMPLING
85 /* Support MS MDI magic number files as TIFF */
89 * Feature support definitions.
90 * XXX: These macros are obsoleted. Don't use them in your apps!
91 * Macros stays here for backward compatibility and should be always defined.
93 #define COLORIMETRY_SUPPORT
97 #define PHOTOSHOP_SUPPORT
100 #endif /* _TIFFCONF_ */