]>
git.saurik.com Git - wxWidgets.git/blob - src/tiff/libtiff/tiffconf.h
1 /* libtiff/tiffconf.h. Generated by configure. */
3 Configuration defines for installed libtiff.
4 This file maintained for backward compatibility. Do not use definitions
5 from this file in your programs.
11 /* Define to 1 if the system has the type `int16'. */
12 /* #undef HAVE_INT16 */
14 /* Define to 1 if the system has the type `int32'. */
15 /* #undef HAVE_INT32 */
17 /* Define to 1 if the system has the type `int8'. */
18 /* #undef HAVE_INT8 */
20 /* The size of a `int', as computed by sizeof. */
23 /* The size of a `long', as computed by sizeof. */
26 /* Compatibility stuff. */
28 /* Define as 0 or 1 according to the floating point format suported by the
32 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
33 #define HOST_FILLORDER FILLORDER_LSB2MSB
35 /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
37 #define HOST_BIGENDIAN 0
39 /* Support CCITT Group 3 & 4 algorithms */
40 #define CCITT_SUPPORT 1
42 /* Support JPEG compression (requires IJG JPEG library) */
43 #define JPEG_SUPPORT 1
45 /* Support LogLuv high dynamic range encoding */
46 #define LOGLUV_SUPPORT 1
48 /* Support LZW algorithm */
51 /* Support NeXT 2-bit RLE algorithm */
52 #define NEXT_SUPPORT 1
54 /* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
55 fails with unpatched IJG JPEG library) */
56 /* #undef OJPEG_SUPPORT */
58 /* Support Macintosh PackBits algorithm */
59 #define PACKBITS_SUPPORT 1
61 /* Support Pixar log-format algorithm (requires Zlib) */
62 #define PIXARLOG_SUPPORT 1
64 /* Support ThunderScan 4-bit RLE algorithm */
65 #define THUNDER_SUPPORT 1
67 /* Support Deflate compression */
70 /* Support strip chopping (whether or not to convert single-strip uncompressed
71 images to mutiple strips of ~8Kb to reduce memory usage) */
72 #define STRIPCHOP_DEFAULT TIFF_STRIPCHOP
74 /* Enable SubIFD tag (330) support */
75 #define SUBIFD_SUPPORT 1
77 /* Treat extra sample as alpha (default enabled). The RGBA interface will
78 treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many
79 packages produce RGBA files but don't mark the alpha properly. */
80 #define DEFAULT_EXTRASAMPLE_AS_ALPHA 1
82 /* Pick up YCbCr subsampling info from the JPEG data stream to support files
83 lacking the tag (default enabled). */
84 #define CHECK_JPEG_YCBCR_SUBSAMPLING 1
86 /* Support MS MDI magic number files as TIFF */
90 * Feature support definitions.
91 * XXX: These macros are obsoleted. Don't use them in your apps!
92 * Macros stays here for backward compatibility and should be always defined.
94 #define COLORIMETRY_SUPPORT
98 #define PHOTOSHOP_SUPPORT
101 #endif /* _TIFFCONF_ */