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

打印编程

开发平台:

Visual C++

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