tiffconf.h.in
上传用户:looem2003
上传日期:2014-07-20
资源大小:13733k
文件大小:3k
源码类别:

打印编程

开发平台:

Visual C++

  1. /*
  2.   Configuration defines for installed libtiff.
  3.   This file maintained for backward compatibility. Do not use definitions
  4.   from this file in your programs.
  5. */
  6. #ifndef _TIFFCONF_
  7. #define _TIFFCONF_
  8. /* Define to 1 if the system has the type `int16'. */
  9. #undef HAVE_INT16
  10. /* Define to 1 if the system has the type `int32'. */
  11. #undef HAVE_INT32
  12. /* Define to 1 if the system has the type `int8'. */
  13. #undef HAVE_INT8
  14. /* The size of a `int', as computed by sizeof. */
  15. #undef SIZEOF_INT
  16. /* The size of a `long', as computed by sizeof. */
  17. #undef SIZEOF_LONG
  18. /* Compatibility stuff. */
  19. /* Define as 0 or 1 according to the floating point format suported by the
  20.    machine */
  21. #undef HAVE_IEEEFP
  22. /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
  23. #undef HOST_FILLORDER
  24. /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
  25.    (Intel) */
  26. #undef HOST_BIGENDIAN
  27. /* Support CCITT Group 3 & 4 algorithms */
  28. #undef CCITT_SUPPORT
  29. /* Support JPEG compression (requires IJG JPEG library) */
  30. #undef JPEG_SUPPORT
  31. /* Support LogLuv high dynamic range encoding */
  32. #undef LOGLUV_SUPPORT
  33. /* Support LZW algorithm */
  34. #undef LZW_SUPPORT
  35. /* Support NeXT 2-bit RLE algorithm */
  36. #undef NEXT_SUPPORT
  37. /* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
  38.    fails with unpatched IJG JPEG library) */
  39. #undef OJPEG_SUPPORT
  40. /* Support Macintosh PackBits algorithm */
  41. #undef PACKBITS_SUPPORT
  42. /* Support Pixar log-format algorithm (requires Zlib) */
  43. #undef PIXARLOG_SUPPORT
  44. /* Support ThunderScan 4-bit RLE algorithm */
  45. #undef THUNDER_SUPPORT
  46. /* Support Deflate compression */
  47. #undef ZIP_SUPPORT
  48. /* Support strip chopping (whether or not to convert single-strip uncompressed
  49.    images to mutiple strips of ~8Kb to reduce memory usage) */
  50. #undef STRIPCHOP_DEFAULT
  51. /* Enable SubIFD tag (330) support */
  52. #undef SUBIFD_SUPPORT
  53. /* Treat extra sample as alpha (default enabled). The RGBA interface will
  54.    treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many
  55.    packages produce RGBA files but don't mark the alpha properly. */
  56. #undef DEFAULT_EXTRASAMPLE_AS_ALPHA
  57. /* Pick up YCbCr subsampling info from the JPEG data stream to support files
  58.    lacking the tag (default enabled). */
  59. #undef CHECK_JPEG_YCBCR_SUBSAMPLING
  60. /* Support MS MDI magic number files as TIFF */
  61. #undef MDI_SUPPORT
  62. /*
  63.  * Feature support definitions.
  64.  * XXX: These macros are obsoleted. Don't use them in your apps!
  65.  * Macros stays here for backward compatibility and should be always defined.
  66.  */
  67. #define COLORIMETRY_SUPPORT
  68. #define YCBCR_SUPPORT
  69. #define CMYK_SUPPORT
  70. #define ICC_SUPPORT
  71. #define PHOTOSHOP_SUPPORT
  72. #define IPTC_SUPPORT
  73. #endif /* _TIFFCONF_ */