Originally Posted by
DanK
<>
So, this morning, I ran a simple test. I took one image and made only three adjustments in Photoshop: I increased texture with the ACR filter, dropped the midpoint with a levels adjustment, and then sharpened with a high-pass filter. This last entails creating a new pixel layer that composites the layers below. The first time, I did this with no smart objects. These are called "base" in the table below. I then redid the exact same edits, but this time converting both the base and the sharpening layer to smart objects, which I had been doing in order to preserve the option to change them.
I then saved both of the resulting files as TIF files, keeping the layers, three ways: with no compression, with LZW compression, and with zip compression. I also saved them as PSD files. The results are:
Base no comp: 646,838
Base LZW: 692,820
Base zip: 638,669
Base PSD: 489, 821
Smart objects no comp: 1,947,229
Smart objects LZW: 1,993,211
Smart objects zip: 1,939,069
Smart objects PSD: 1,444,422
I didn't do further testing to see whether one of the two smart object layers increased file size more than the other.
A few conclusions, if this small amount of data is any indication:
1. Using smart objects can hugely increase the size of TIF files, in this case roughly tripling them.
2. If you use smart objects, PSD files are smaller than TIF files, if one preserves layers in both. This is not what I had read before.
3. As others have written, LZW is inefficient with TIF files and can even increase file size, as it did in these cases.
4. In these particular cases, the benefit of zip compression was trivial.
Any reactions?