gdal-async
Version:
Bindings to GDAL (Geospatial Data Abstraction Library) with full async support
116 lines (85 loc) • 3.02 kB
Plain Text
/*
Configuration defines for installed libtiff.
This file maintained for backward compatibility. Do not use definitions
from this file in your programs.
*/
/* Signed 16-bit type */
/* Signed 32-bit type */
/* Signed 64-bit type */
/* Signed 8-bit type */
/* Unsigned 16-bit type */
/* Unsigned 32-bit type */
/* Unsigned 64-bit type */
/* Unsigned 8-bit type */
/* Unsigned size type */
/* Signed size type */
/* Pointer difference type */
/* Define as 0 or 1 according to the floating point format suported by the
machine */
/* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
/* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
(Intel) */
/* Support CCITT Group 3 & 4 algorithms */
/* Support LogLuv high dynamic range encoding */
/* Support LZW algorithm */
/* Support NeXT 2-bit RLE algorithm */
/* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
fails with unpatched IJG JPEG library) */
/* #undef OJPEG_SUPPORT */
/* Support Macintosh PackBits algorithm */
/* Support ThunderScan 4-bit RLE algorithm */
/* Support strip chopping (whether or not to convert single-strip uncompressed
images to mutiple strips of ~8Kb to reduce memory usage) */
/* Enable SubIFD tag (330) 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*/
/* Pick up YCbCr subsampling info from the JPEG data stream to support files
lacking the tag (default enabled). */
/* Support MS MDI magic number files as TIFF */
/*
* 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.
*/