disable compression (poor support)

This commit is contained in:
David Rose 2003-09-10 16:29:54 +00:00
parent 68176d797e
commit 17e4330c0c
1 changed files with 1 additions and 4 deletions

View File

@ -44,11 +44,8 @@ static const int num_extensions_tiff = sizeof(extensions_tiff) / sizeof(const ch
// of options.
//unsigned short tiff_compression = COMPRESSION_LZW; // lzw not supported anymore because of big bad Unisys
#ifdef COMPRESSION_DEFLATE
unsigned short tiff_compression = COMPRESSION_DEFLATE;
#else
unsigned short tiff_compression = COMPRESSION_NONE;
#endif
/* One of:
COMPRESSION_NONE
COMPRESSION_CCITTRLE