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
May 2004

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

2004.05.17 13:12 "Compression", by <dlpnet@free.fr>
2004.05.17 14:24 "Re: Compression", by Andrey Kiselev
2004.05.17 19:58 "Re: Compression", by Peter Smith
2004.05.18 14:04 "Re: Compression", by <dlpnet@free.fr>
2004.05.18 17:58 "Re: Compression", by Andrey Kiselev

2004.05.17 19:58 "Re: Compression", by Peter Smith

All of my experience with Tiff compression has been with 1 bit data, and I
have a couple things to add to Andrey's advice:

- Fax compression, particularily G4, works well with most 1 bit data, but it
can perform horribly if the image has alot of small features that are
seemingly randomly placed.  Compression can take a very long time and the
resulting file can be larger than the original.

- In general, I have not noticed that Deflate compresses any better than
LZW, nor that it works much slower for 1 bit data.  I became a fan of
Deflate when Unisys started flexing its patent muscles.  I use it whenever
possible because it behaves well with all the 1 bit images I have used it
with.

Peter