Copy link to clipboard
Copied
Hello Everyone.
When saving my Images as a Tiff Format, I choose the Image Compression: None. I heard using LZW is the same as None, but smaller File Size, without any Image Loss Quality. Is that True?
Which one you recommend
Thanks
1 Correct answer
LZW is clearly not the same as NONE, but just like ZIP it is lossless compression (no data is discarded).
LZW has wider support in other applications, however, ZIP may provide better compression with less compatibility.
Lossy JPEG compression inside a TIFF is often avoided as it may not be obvious and multiple open/saves may degrade the image, whereas saving as a JPEG format file at least makes it obvious that JPEG lossy compression is naturally applied.
Explore related tutorials & articles
Copy link to clipboard
Copied
LZW is clearly not the same as NONE, but just like ZIP it is lossless compression (no data is discarded).
LZW has wider support in other applications, however, ZIP may provide better compression with less compatibility.
Lossy JPEG compression inside a TIFF is often avoided as it may not be obvious and multiple open/saves may degrade the image, whereas saving as a JPEG format file at least makes it obvious that JPEG lossy compression is naturally applied.
Copy link to clipboard
Copied
Dear Stephen.
Thanks for the answer. Let's say I want to save the TIFF files inside my computer, and I have enough space, so technically there is no reason to go LZW. Then I should use None?
Thanks
Copy link to clipboard
Copied
That would be safest, but I have never had any problems with LZW as a default.
Copy link to clipboard
Copied
Thank you very much
Copy link to clipboard
Copied
Some of us prefer to never use any compression at all, because it extends open/save times. Not an issue for small files, but with really big files the impact can be dramatic - as in several minutes compressed vs. 15 seconds uncompressed.
LZW should not be used on 16 bit files. It was written for 8 bit data and doesn't work well with 16 bit data. Very often, it will just increase file size.

