mirror of https://github.com/opencv/opencv.git
parent
ae5e1f8ece
commit
5c709f4aaa
53 changed files with 27453 additions and 24426 deletions
@ -0,0 +1,261 @@ |
||||
/* libtiff/tif_config.h.cmake.in. Not generated, but originated from autoheader. */ |
||||
/* This file must be kept up-to-date with needed substitutions from libtiff/tif_config.h.in. */ |
||||
|
||||
/* Support CCITT Group 3 & 4 algorithms */ |
||||
#cmakedefine CCITT_SUPPORT 1 |
||||
|
||||
/* Pick up YCbCr subsampling info from the JPEG data stream to support files |
||||
lacking the tag (default enabled). */ |
||||
#cmakedefine CHECK_JPEG_YCBCR_SUBSAMPLING 1 |
||||
|
||||
/* enable partial strip reading for large strips (experimental) */ |
||||
#cmakedefine CHUNKY_STRIP_READ_SUPPORT 1 |
||||
|
||||
/* Support C++ stream API (requires C++ compiler) */ |
||||
#cmakedefine CXX_SUPPORT 1 |
||||
|
||||
/* enable deferred strip/tile offset/size loading (experimental) */ |
||||
#cmakedefine DEFER_STRILE_LOAD 1 |
||||
|
||||
/* Define to 1 if you have the <assert.h> header file. */ |
||||
#cmakedefine HAVE_ASSERT_H 1 |
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */ |
||||
#cmakedefine HAVE_DLFCN_H 1 |
||||
|
||||
/* Define to 1 if you have the <fcntl.h> header file. */ |
||||
#cmakedefine HAVE_FCNTL_H 1 |
||||
|
||||
/* Define to 1 if you have the `floor' function. */ |
||||
#cmakedefine HAVE_FLOOR 1 |
||||
|
||||
/* Define to 1 if you have the `getopt' function. */ |
||||
#cmakedefine HAVE_GETOPT 1 |
||||
|
||||
/* Define to 1 if you have the <GLUT/glut.h> header file. */ |
||||
#cmakedefine HAVE_GLUT_GLUT_H 1 |
||||
|
||||
/* Define to 1 if you have the <GL/glut.h> header file. */ |
||||
#cmakedefine HAVE_GL_GLUT_H 1 |
||||
|
||||
/* Define to 1 if you have the <GL/glu.h> header file. */ |
||||
#cmakedefine HAVE_GL_GLU_H 1 |
||||
|
||||
/* Define to 1 if you have the <GL/gl.h> header file. */ |
||||
#cmakedefine HAVE_GL_GL_H 1 |
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */ |
||||
#cmakedefine HAVE_INTTYPES_H 1 |
||||
|
||||
/* Define to 1 if you have the <io.h> header file. */ |
||||
#cmakedefine HAVE_IO_H 1 |
||||
|
||||
/* Define to 1 if you have the `isascii' function. */ |
||||
#cmakedefine HAVE_ISASCII 1 |
||||
|
||||
/* Define to 1 if you have the `jbg_newlen' function. */ |
||||
#cmakedefine HAVE_JBG_NEWLEN 1 |
||||
|
||||
/* Define to 1 if you have the `lfind' function. */ |
||||
#cmakedefine HAVE_LFIND 1 |
||||
|
||||
/* Define to 1 if you have the <limits.h> header file. */ |
||||
#cmakedefine HAVE_LIMITS_H 1 |
||||
|
||||
/* Define to 1 if you have the <malloc.h> header file. */ |
||||
#cmakedefine HAVE_MALLOC_H 1 |
||||
|
||||
/* Define to 1 if you have the `memmove' function. */ |
||||
#cmakedefine HAVE_MEMMOVE 1 |
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */ |
||||
#cmakedefine HAVE_MEMORY_H 1 |
||||
|
||||
/* Define to 1 if you have the `memset' function. */ |
||||
#cmakedefine HAVE_MEMSET 1 |
||||
|
||||
/* Define to 1 if you have the `mmap' function. */ |
||||
#cmakedefine HAVE_MMAP 1 |
||||
|
||||
/* Define to 1 if you have the <OpenGL/glu.h> header file. */ |
||||
#cmakedefine HAVE_OPENGL_GLU_H 1 |
||||
|
||||
/* Define to 1 if you have the <OpenGL/gl.h> header file. */ |
||||
#cmakedefine HAVE_OPENGL_GL_H 1 |
||||
|
||||
/* Define to 1 if you have the `pow' function. */ |
||||
#cmakedefine HAVE_POW 1 |
||||
|
||||
/* Define to 1 if you have the <search.h> header file. */ |
||||
#cmakedefine HAVE_SEARCH_H 1 |
||||
|
||||
/* Define to 1 if you have the `setmode' function. */ |
||||
#cmakedefine HAVE_SETMODE 1 |
||||
|
||||
/* Define to 1 if you have the `snprintf' function. */ |
||||
#cmakedefine HAVE_SNPRINTF 1 |
||||
|
||||
/* Define to 1 if you have the `sqrt' function. */ |
||||
#cmakedefine HAVE_SQRT 1 |
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */ |
||||
#cmakedefine HAVE_STDINT_H 1 |
||||
|
||||
/* Define to 1 if you have the `strcasecmp' function. */ |
||||
#cmakedefine HAVE_STRCASECMP 1 |
||||
|
||||
/* Define to 1 if you have the `strchr' function. */ |
||||
#cmakedefine HAVE_STRCHR 1 |
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */ |
||||
#cmakedefine HAVE_STRINGS_H 1 |
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */ |
||||
#cmakedefine HAVE_STRING_H 1 |
||||
|
||||
/* Define to 1 if you have the `strrchr' function. */ |
||||
#cmakedefine HAVE_STRRCHR 1 |
||||
|
||||
/* Define to 1 if you have the `strstr' function. */ |
||||
#cmakedefine HAVE_STRSTR 1 |
||||
|
||||
/* Define to 1 if you have the `strtol' function. */ |
||||
#cmakedefine HAVE_STRTOL 1 |
||||
|
||||
/* Define to 1 if you have the `strtoul' function. */ |
||||
#cmakedefine HAVE_STRTOUL 1 |
||||
|
||||
/* Define to 1 if you have the `strtoull' function. */ |
||||
#cmakedefine HAVE_STRTOULL 1 |
||||
|
||||
/* Define to 1 if you have the <sys/time.h> header file. */ |
||||
#cmakedefine HAVE_SYS_TIME_H 1 |
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */ |
||||
#cmakedefine HAVE_SYS_TYPES_H 1 |
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */ |
||||
#cmakedefine HAVE_UNISTD_H 1 |
||||
|
||||
/* 8/12 bit libjpeg dual mode enabled */ |
||||
#cmakedefine JPEG_DUAL_MODE_8_12 1 |
||||
|
||||
/* 12bit libjpeg primary include file with path */ |
||||
#define LIBJPEG_12_PATH @LIBJPEG_12_PATH@ |
||||
|
||||
/* Support LZMA2 compression */ |
||||
#cmakedefine LZMA_SUPPORT 1 |
||||
|
||||
/* Name of package */ |
||||
#define PACKAGE "@PACKAGE_NAME@" |
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */ |
||||
#define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@" |
||||
|
||||
/* Define to the full name of this package. */ |
||||
#define PACKAGE_NAME "@PACKAGE_NAME@" |
||||
|
||||
/* Define to the full name and version of this package. */ |
||||
#define PACKAGE_STRING "@PACKAGE_STRING@" |
||||
|
||||
/* Define to the one symbol short name of this package. */ |
||||
#define PACKAGE_TARNAME "@PACKAGE_TARNAME@" |
||||
|
||||
/* Define to the home page for this package. */ |
||||
#define PACKAGE_URL "@PACKAGE_URL@" |
||||
|
||||
/* Define to the version of this package. */ |
||||
#define PACKAGE_VERSION "@PACKAGE_VERSION@" |
||||
|
||||
/* The size of `signed int', as computed by sizeof. */ |
||||
#define SIZEOF_SIGNED_INT @SIZEOF_SIGNED_INT@ |
||||
|
||||
/* The size of `signed long', as computed by sizeof. */ |
||||
#define SIZEOF_SIGNED_LONG @SIZEOF_SIGNED_LONG@ |
||||
|
||||
/* The size of `signed long long', as computed by sizeof. */ |
||||
#define SIZEOF_SIGNED_LONG_LONG @SIZEOF_SIGNED_LONG_LONG@ |
||||
|
||||
/* The size of `signed short', as computed by sizeof. */ |
||||
#define SIZEOF_SIGNED_SHORT @SIZEOF_SIGNED_SHORT@ |
||||
|
||||
/* The size of `unsigned char *', as computed by sizeof. */ |
||||
#define SIZEOF_UNSIGNED_CHAR_P @SIZEOF_UNSIGNED_CHAR_P@ |
||||
|
||||
/* The size of `unsigned int', as computed by sizeof. */ |
||||
#define SIZEOF_UNSIGNED_INT @SIZEOF_UNSIGNED_INT@ |
||||
|
||||
/* The size of `unsigned long', as computed by sizeof. */ |
||||
#define SIZEOF_UNSIGNED_LONG @SIZEOF_UNSIGNED_LONG@ |
||||
|
||||
/* The size of `unsigned long long', as computed by sizeof. */ |
||||
#define SIZEOF_UNSIGNED_LONG_LONG @SIZEOF_UNSIGNED_LONG_LONG@ |
||||
|
||||
/* The size of `unsigned short', as computed by sizeof. */ |
||||
#define SIZEOF_UNSIGNED_SHORT @SIZEOF_UNSIGNED_SHORT@ |
||||
|
||||
/* Default size of the strip in bytes (when strip chopping enabled) */ |
||||
#define STRIP_SIZE_DEFAULT @STRIP_SIZE_DEFAULT@ |
||||
|
||||
/* Signed 32-bit type formatter */ |
||||
#define TIFF_INT32_FORMAT "@TIFF_INT32_FORMAT@" |
||||
|
||||
/* Signed 64-bit type formatter */ |
||||
#define TIFF_INT64_FORMAT "@TIFF_INT64_FORMAT@" |
||||
|
||||
/* Pointer difference type formatter */ |
||||
#define TIFF_PTRDIFF_FORMAT "@TIFF_PTRDIFF_FORMAT@" |
||||
|
||||
/* Unsigned size type formatter */ |
||||
#define TIFF_SIZE_FORMAT "@TIFF_SIZE_FORMAT@" |
||||
|
||||
/* Signed size type formatter */ |
||||
#define TIFF_SSIZE_FORMAT "@TIFF_SSIZE_FORMAT@" |
||||
|
||||
/* Unsigned 32-bit type formatter */ |
||||
#define TIFF_UINT32_FORMAT "@TIFF_UINT32_FORMAT@" |
||||
|
||||
/* Unsigned 64-bit type formatter */ |
||||
#define TIFF_UINT64_FORMAT "@TIFF_UINT64_FORMAT@" |
||||
|
||||
/* Unsigned 8-bit type */ |
||||
#define TIFF_UINT8_T @TIFF_UINT8_T@ |
||||
|
||||
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
||||
#undef TIME_WITH_SYS_TIME |
||||
|
||||
/* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
||||
#cmakedefine TM_IN_SYS_TIME 1 |
||||
|
||||
/* define to use win32 IO system */ |
||||
#cmakedefine USE_WIN32_FILEIO 1 |
||||
|
||||
/* Version number of package */ |
||||
#define VERSION "@PACKAGE_VERSION@" |
||||
|
||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
||||
significant byte first (like Motorola and SPARC, unlike Intel). */ |
||||
#if defined AC_APPLE_UNIVERSAL_BUILD |
||||
# if defined __BIG_ENDIAN__ |
||||
# define WORDS_BIGENDIAN 1 |
||||
# endif |
||||
#else |
||||
# ifndef WORDS_BIGENDIAN |
||||
# undef WORDS_BIGENDIAN |
||||
# endif |
||||
#endif |
||||
|
||||
/* Number of bits in a file offset, on hosts where this is settable. */ |
||||
#define _FILE_OFFSET_BITS @FILE_OFFSET_BITS@ |
||||
|
||||
/* Define to `__inline__' or `__inline' if that's what the C compiler |
||||
calls it, or to nothing if 'inline' is not supported under any name. */ |
||||
#ifndef __cplusplus |
||||
#define inline @INLINE_KEYWORD@ |
||||
#endif |
||||
|
||||
/* Define to `long int' if <sys/types.h> does not define. */ |
||||
#undef off_t |
||||
|
||||
/* Define to `unsigned int' if <sys/types.h> does not define. */ |
||||
#undef size_t |
@ -1,162 +0,0 @@ |
||||
/* libtiff/tif_config.h. Generated from tif_config.h.in by configure. */ |
||||
/* libtiff/tif_config.h.in. Generated from configure.ac by autoheader. */ |
||||
|
||||
/* Support CCITT Group 3 & 4 algorithms */ |
||||
#define CCITT_SUPPORT 1 |
||||
|
||||
/* Pick up YCbCr subsampling info from the JPEG data stream to support files |
||||
lacking the tag (default enabled). */ |
||||
#define CHECK_JPEG_YCBCR_SUBSAMPLING 1 |
||||
|
||||
/* enable partial strip reading for large strips (experimental) */ |
||||
#undef CHUNKY_STRIP_READ_SUPPORT |
||||
|
||||
/* Treat extra sample as alpha (default enabled). The RGBA interface will |
||||
treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many |
||||
packages produce RGBA files but don't mark the alpha properly. */ |
||||
#define DEFAULT_EXTRASAMPLE_AS_ALPHA 1 |
||||
|
||||
/* enable deferred strip/tile offset/size loading (experimental) */ |
||||
#undef DEFER_STRILE_LOAD |
||||
|
||||
/* Define to 1 if you have the <assert.h> header file. */ |
||||
#cmakedefine HAVE_ASSERT_H |
||||
|
||||
/* Define to 1 if you have the <fcntl.h> header file. */ |
||||
#cmakedefine HAVE_FCNTL_H |
||||
|
||||
/* Define as 0 or 1 according to the floating point format suported by the |
||||
machine */ |
||||
#define HAVE_IEEEFP 1 |
||||
|
||||
/* Define to 1 if you have the <io.h> header file. */ |
||||
#cmakedefine HAVE_IO_H |
||||
|
||||
/* Define to 1 if you have the `jbg_newlen' function. */ |
||||
#cmakedefine HAVE_JBG_NEWLEN |
||||
|
||||
/* Define to 1 if you have the `mmap' function. */ |
||||
#cmakedefine HAVE_MMAP |
||||
|
||||
/* Define to 1 if you have the <search.h> header file. */ |
||||
#cmakedefine HAVE_SEARCH_H |
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */ |
||||
#cmakedefine HAVE_STRING_H |
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */ |
||||
#cmakedefine HAVE_SYS_TYPES_H |
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */ |
||||
#ifndef HAVE_UNISTD_H |
||||
#cmakedefine HAVE_UNISTD_H |
||||
#endif |
||||
|
||||
/* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian |
||||
(Intel) */ |
||||
#define HOST_BIGENDIAN @WORDS_BIGENDIAN@ |
||||
|
||||
/* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */ |
||||
#define HOST_FILLORDER FILLORDER_LSB2MSB |
||||
|
||||
/* Support ISO JBIG compression (requires JBIG-KIT library) */ |
||||
#undef JBIG_SUPPORT |
||||
|
||||
/* 8/12 bit libjpeg dual mode enabled */ |
||||
/* #undef JPEG_DUAL_MODE_8_12 */ |
||||
|
||||
/* Support JPEG compression (requires IJG JPEG library) */ |
||||
#undef JPEG_SUPPORT |
||||
|
||||
/* 12bit libjpeg primary include file with path */ |
||||
/* #undef LIBJPEG_12_PATH */ |
||||
|
||||
/* Support LogLuv high dynamic range encoding */ |
||||
#define LOGLUV_SUPPORT 1 |
||||
|
||||
/* Support LZMA2 compression */ |
||||
/* #undef LZMA_SUPPORT */ |
||||
|
||||
/* Support LZW algorithm */ |
||||
#define LZW_SUPPORT 1 |
||||
|
||||
/* Support Microsoft Document Imaging format */ |
||||
#define MDI_SUPPORT 1 |
||||
|
||||
/* Support NeXT 2-bit RLE algorithm */ |
||||
#define NEXT_SUPPORT 1 |
||||
|
||||
/* Support Old JPEG compresson (read-only) */ |
||||
#undef OJPEG_SUPPORT |
||||
|
||||
/* Support Macintosh PackBits algorithm */ |
||||
#define PACKBITS_SUPPORT 1 |
||||
|
||||
/* Support Pixar log-format algorithm (requires Zlib) */ |
||||
#define PIXARLOG_SUPPORT 1 |
||||
|
||||
/* The size of `unsigned long', as computed by sizeof. */ |
||||
#define SIZEOF_UNSIGNED_LONG 8 |
||||
|
||||
/* Support strip chopping (whether or not to convert single-strip uncompressed |
||||
images to mutiple strips of specified size to reduce memory usage) */ |
||||
#define STRIPCHOP_DEFAULT TIFF_STRIPCHOP |
||||
|
||||
/* Default size of the strip in bytes (when strip chopping enabled) */ |
||||
//#define STRIP_SIZE_DEFAULT 8192 |
||||
|
||||
/* Support ThunderScan 4-bit RLE algorithm */ |
||||
#define THUNDER_SUPPORT 1 |
||||
|
||||
/* Signed 8-bit type */ |
||||
#define TIFF_INT8_T signed char |
||||
|
||||
/* Signed 16-bit type */ |
||||
#define TIFF_INT16_T signed short |
||||
|
||||
/* Signed 32-bit type */ |
||||
#define TIFF_INT32_T signed int |
||||
|
||||
/* Signed size type */ |
||||
#define TIFF_SSIZE_T size_t |
||||
|
||||
/* Unsigned 8-bit type */ |
||||
#define TIFF_UINT8_T unsigned char |
||||
|
||||
/* Unsigned 16-bit type */ |
||||
#define TIFF_UINT16_T unsigned short |
||||
|
||||
/* Unsigned 32-bit type */ |
||||
#define TIFF_UINT32_T unsigned int |
||||
|
||||
#ifdef _MSC_VER |
||||
/* Signed 64-bit type */ |
||||
# define TIFF_INT64_T signed __int64 |
||||
/* Unsigned 64-bit type */ |
||||
# define TIFF_UINT64_T unsigned __int64 |
||||
#else |
||||
/* Signed 64-bit type */ |
||||
# define TIFF_INT64_T long long |
||||
/* Signed 64-bit type */ |
||||
# define TIFF_UINT64_T unsigned long long |
||||
#endif |
||||
|
||||
/* Signed 64-bit type formatter */ |
||||
/* Unsigned 64-bit type formatter */ |
||||
#if defined _MSC_VER || defined __MINGW__ || defined __MINGW32__ |
||||
# define TIFF_UINT64_FORMAT "%I64u" |
||||
# define TIFF_SSIZE_FORMAT "%Iu" |
||||
#else |
||||
# define TIFF_UINT64_FORMAT "%llu" |
||||
# define TIFF_SSIZE_FORMAT "%zd" |
||||
#endif |
||||
|
||||
/* define to use win32 IO system */ |
||||
#cmakedefine USE_WIN32_FILEIO |
||||
|
||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
||||
significant byte first (like Motorola and SPARC, unlike Intel). */ |
||||
#cmakedefine WORDS_BIGENDIAN 1 |
||||
|
||||
/* Support Deflate compression */ |
||||
#define ZIP_SUPPORT 1 |
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,130 @@ |
||||
/* |
||||
Configuration defines for installed libtiff. |
||||
This file maintained for backward compatibility. Do not use definitions |
||||
from this file in your programs. |
||||
*/ |
||||
|
||||
#ifndef _TIFFCONF_ |
||||
#define _TIFFCONF_ |
||||
|
||||
/* Signed 16-bit type */ |
||||
#define TIFF_INT16_T @TIFF_INT16_T@ |
||||
|
||||
/* Signed 32-bit type */ |
||||
#define TIFF_INT32_T @TIFF_INT32_T@ |
||||
|
||||
/* Signed 64-bit type */ |
||||
#define TIFF_INT64_T @TIFF_INT64_T@ |
||||
|
||||
/* Signed 8-bit type */ |
||||
#define TIFF_INT8_T @TIFF_INT8_T@ |
||||
|
||||
/* Unsigned 16-bit type */ |
||||
#define TIFF_UINT16_T @TIFF_UINT16_T@ |
||||
|
||||
/* Unsigned 32-bit type */ |
||||
#define TIFF_UINT32_T @TIFF_UINT32_T@ |
||||
|
||||
/* Unsigned 64-bit type */ |
||||
#define TIFF_UINT64_T @TIFF_UINT64_T@ |
||||
|
||||
/* Unsigned 8-bit type */ |
||||
#define TIFF_UINT8_T @TIFF_UINT8_T@ |
||||
|
||||
/* Unsigned size type */ |
||||
#define TIFF_SIZE_T @TIFF_SIZE_T@ |
||||
|
||||
/* Signed size type */ |
||||
#define TIFF_SSIZE_T @TIFF_SSIZE_T@ |
||||
|
||||
/* Pointer difference type */ |
||||
#define TIFF_PTRDIFF_T @TIFF_PTRDIFF_T@ |
||||
|
||||
/* Define to 1 if the system has the type `int16'. */ |
||||
#cmakedefine HAVE_INT16 1 |
||||
|
||||
/* Define to 1 if the system has the type `int32'. */ |
||||
#cmakedefine HAVE_INT32 1 |
||||
|
||||
/* Define to 1 if the system has the type `int8'. */ |
||||
#cmakedefine HAVE_INT8 1 |
||||
|
||||
/* Compatibility stuff. */ |
||||
|
||||
/* Define as 0 or 1 according to the floating point format suported by the |
||||
machine */ |
||||
#cmakedefine HAVE_IEEEFP 1 |
||||
|
||||
/* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */ |
||||
#define HOST_FILLORDER @HOST_FILLORDER@ |
||||
|
||||
/* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian |
||||
(Intel) */ |
||||
#define HOST_BIGENDIAN @HOST_BIG_ENDIAN@ |
||||
|
||||
/* Support CCITT Group 3 & 4 algorithms */ |
||||
#cmakedefine CCITT_SUPPORT 1 |
||||
|
||||
/* Support JPEG compression (requires IJG JPEG library) */ |
||||
#cmakedefine JPEG_SUPPORT 1 |
||||
|
||||
/* Support JBIG compression (requires JBIG-KIT library) */ |
||||
#cmakedefine JBIG_SUPPORT |
||||
|
||||
/* Support LogLuv high dynamic range encoding */ |
||||
#cmakedefine LOGLUV_SUPPORT 1 |
||||
|
||||
/* Support LZW algorithm */ |
||||
#cmakedefine LZW_SUPPORT 1 |
||||
|
||||
/* Support NeXT 2-bit RLE algorithm */ |
||||
#cmakedefine NEXT_SUPPORT 1 |
||||
|
||||
/* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation |
||||
fails with unpatched IJG JPEG library) */ |
||||
#cmakedefine OJPEG_SUPPORT 1 |
||||
|
||||
/* Support Macintosh PackBits algorithm */ |
||||
#cmakedefine PACKBITS_SUPPORT 1 |
||||
|
||||
/* Support Pixar log-format algorithm (requires Zlib) */ |
||||
#cmakedefine PIXARLOG_SUPPORT 1 |
||||
|
||||
/* Support ThunderScan 4-bit RLE algorithm */ |
||||
#cmakedefine THUNDER_SUPPORT 1 |
||||
|
||||
/* Support Deflate compression */ |
||||
#cmakedefine ZIP_SUPPORT 1 |
||||
|
||||
/* Support strip chopping (whether or not to convert single-strip uncompressed |
||||
images to mutiple strips of ~8Kb to reduce memory usage) */ |
||||
#cmakedefine STRIPCHOP_DEFAULT 1 |
||||
|
||||
/* Enable SubIFD tag (330) support */ |
||||
#cmakedefine SUBIFD_SUPPORT 1 |
||||
|
||||
/* Treat extra sample as alpha (default enabled). The RGBA interface will |
||||
treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many |
||||
packages produce RGBA files but don't mark the alpha properly. */ |
||||
#cmakedefine DEFAULT_EXTRASAMPLE_AS_ALPHA 1 |
||||
|
||||
/* Pick up YCbCr subsampling info from the JPEG data stream to support files |
||||
lacking the tag (default enabled). */ |
||||
#cmakedefine CHECK_JPEG_YCBCR_SUBSAMPLING 1 |
||||
|
||||
/* Support MS MDI magic number files as TIFF */ |
||||
#cmakedefine MDI_SUPPORT 1 |
||||
|
||||
/* |
||||
* Feature support definitions. |
||||
* XXX: These macros are obsoleted. Don't use them in your apps! |
||||
* Macros stays here for backward compatibility and should be always defined. |
||||
*/ |
||||
#define COLORIMETRY_SUPPORT |
||||
#define YCBCR_SUPPORT |
||||
#define CMYK_SUPPORT |
||||
#define ICC_SUPPORT |
||||
#define PHOTOSHOP_SUPPORT |
||||
#define IPTC_SUPPORT |
||||
|
||||
#endif /* _TIFFCONF_ */ |
Loading…
Reference in new issue