AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
January 2006

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2006.01.06 19:22 "configuring LZW in libtiff 3.7.2", by Monee Singh
2006.01.07 01:11 "Re: LZW in libtiff 3.7.2", by Bob Friesenhahn

2006.01.06 19:22 "configuring LZW in libtiff 3.7.2", by Monee Singh

Hi, 

I am using libtiff version 3.7.2 and test images from
ftp://ftp.remotesensing.org/pub/libtiff/pics-3.8.0.tar.gz on windows
platform. 

When I try to read an LZW compressed image(oxford.tif from the test image
set) using TIFFReadRGBAImage function,  I get error "requested compression
is not  configured". However, in TiffConf.h  there is  a macro defined for
LZW support and a query on Compression Tag field returns LZW type
compression. How can I configure LZW compression and be able to read LZW and
other compressed type files ? With libtiff version I am using I can only
read tiff files with no compression. 

Thanks.