<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi,</p>
<p>I have a question on TIFF compression alternatives.</p>
<p>My data of concern is 8bit gray value. Lots of white pixel (>95%), the rest is black pixels (content) and some gray pixels because of antialiasing.</p>
<p>I would like to compress to save some storage, but I need a good performance. What is the recommended compression that is fast on decompression?</p>
<p>I tried DEFLATE, but it is rather slow to decompress. Would LZW or PACKBITS be preferred in this situation? How about LZMA? I would like to avoid non-compressed data, because I use SSD storage for performance reasons.</p>
<p>Thanks for you reply,</p>
<p>Andreas</p>
<div> </div>
</body></html>