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
November 2008

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

2008.11.22 00:15 "LZW compression in your legacy app", by Richard Nolde
2008.11.22 01:05 "Re: LZW compression in your legacy app", by Kevin Myers
2008.11.22 01:40 "Re: LZW compression in your legacy app", by Toby Thain
2008.11.22 04:10 "Re: LZW compression in your legacy app", by Kevin Myers
2008.11.22 14:34 "Re: LZW compression in your legacy app", by Toby Thain
2008.11.22 16:26 "Re: LZW compression in your legacy app", by Kevin Myers

2008.11.22 00:15 "LZW compression in your legacy app", by Richard Nolde

Kevin,
   It isn't clear from your posts which, if any compression schemes your 
legacy app supports.  LZW was patented by Unisys for a long time and 
many versions of LIBTIFF disabled the code to support it.  You might try 
the -c packbits option with tiffmedian to see if it can read files 
compressed with that algorithm or run your newly minted palettized 
images through tiffcp  to apply one of the other algorithms to see if 
the issue was the Unisys patent on LZW compression.

Richard