[gdal-dev] tiff format: compression vs. performance
Andrey Kiselev
dron at ak4719.spb.edu
Tue Jan 15 10:48:36 EST 2008
Ed,
On Tue, Jan 15, 2008 at 10:03:57AM -0500, Ed McNierney wrote:
> You also need to look at the properties of your data, especially if
> you're limiting yourself to uncompressed, PackBits, and LZW-compressed
> TIFFs. Some data sets (aerial photography) are usually quite
> incompressible using those algorithms. They're not going to get any
> smaller if you try to compress them, so there's no point in trying.
That depends on what you call a "compression". I think everything that
saves more than 10% of source file size is a good result for my needs.
And you can get such a ratio almost for every photography, just do not
forget to utilize data predictor. In most cases you will get better
ratios. And there is no reason to omit deflate compression. It has worse
performance than LZW, but better compression ratios.
Best regards,
Andrey
--
Andrey V. Kiselev
ICQ# 26871517
More information about the gdal-dev
mailing list