2004.05.17 13:12 "[Tiff] Compression", by Dlpnet

2004.05.18 14:04 "Re: [Tiff] Compression", by Dlpnet

Hello,

Efficiency of compression is depend on the nature of your data. In general LZW works better than Packbits and Deflate works better than LZW

So your question does not make sense without data description (in terms of size, type and contents).

Thanks for your answer. In fact my main concern is to understand why I have no gain when changing the compression scheme. (is it because I m writing line by line ?)

And I m wondering if I ll have better result if I don t write line by line (if possible).

Thanks,

Dlp