I can export a file from PSD (photoshop) to PNG (portable network graphics) format.

With an image sized 1024x768 I usually get a PNG file that's approximately 120KB. However, if I open that exact same image with Apple's preview, and save it with no modifications, that file goes all the way down to near 40KB (one third of the original file).

Why is that? Is Preview losing some vital information? Is Photoshop adding extra information for internal use and Preview gets rid of it?

link|improve this question

80% accept rate
feedback

1 Answer

One can examine the difference in Photoshop via the "Image Information" command (shift+I).

Apple's preview has surely reduced the number of colors in the image, therefore gaining space and compression by reducing the number of bits taken up by the pixels.

This kind of "optimization" means of course a loss of quality.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.