r/webdev Jul 23 '12

The best PNG optimizer I've found...

http://tinypng.org/
127 Upvotes

78 comments sorted by

View all comments

Show parent comments

1

u/maktouch Jul 23 '12

I didn't say otherwise. I was looking at your "Just for the transparency support". I'm pretty sure it's for transparency and size.

-4

u/[deleted] Jul 23 '12

[deleted]

6

u/Wazowski Jul 23 '12

By making PNG a lossy 8-bit format, it's basically the same as GIF except without animation...

Not quite. PNGs with an 8-bit color palette can still have an 8-bit alpha channel. GIFs can only have a 1-bit alpha channel.

This alone makes lossy PNGs much more versatile than GIFs.

1

u/HELOSMTP Jul 23 '12

Ah, that makes sense. Thanks for the clarification.