From 17e4330c0c343acf70d35fa5ca4811fd3ee0694b Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 10 Sep 2003 16:29:54 +0000 Subject: [PATCH] disable compression (poor support) --- panda/src/pnmimagetypes/pnmFileTypeTIFF.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/panda/src/pnmimagetypes/pnmFileTypeTIFF.cxx b/panda/src/pnmimagetypes/pnmFileTypeTIFF.cxx index ecef37bb0b..277816c5ec 100644 --- a/panda/src/pnmimagetypes/pnmFileTypeTIFF.cxx +++ b/panda/src/pnmimagetypes/pnmFileTypeTIFF.cxx @@ -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