TIFF compression - LZW vs. ZIP
Posted: June 29th, 2013, 5:56 am
I'm trying to compress a bunch of 48bit TIFF images in my library to save space. I noticed that not only ZIP-compressed TIFFs are smaller than their LZW counterparts but also saving (compressing) ZIPped TIFF is way faster. Seems like no-brainer: zip them.
But I just noticed a problem: while TIFF-LZW open fine in PWP (and some other programs I've checked, such as NeatImage), which tells me that everything is fine with the PWP implementation, they produce gibberish when opened in FastStone Viewer. Would anybody have now any thing more about the issue?
BTW: is my observation as to the ZIP vs. LZW compression consistent with with what others have seen (i.e. that ZIP is both faster and more compact than LZW)? Are there any advantages of LZW that I haven't considered?
Cheers!
But I just noticed a problem: while TIFF-LZW open fine in PWP (and some other programs I've checked, such as NeatImage), which tells me that everything is fine with the PWP implementation, they produce gibberish when opened in FastStone Viewer. Would anybody have now any thing more about the issue?
BTW: is my observation as to the ZIP vs. LZW compression consistent with with what others have seen (i.e. that ZIP is both faster and more compact than LZW)? Are there any advantages of LZW that I haven't considered?
Cheers!