| ▲ | Zopfli Optimization – Free Bandwidth (2016)(blog.codinghorror.com) | |
| 2 points by tracker1 12 hours ago | 1 comments | ||
| ▲ | tracker1 11 hours ago | parent [-] | |
It's a decade later, and still pretty much the case... I'm a pretty heavy advocate for quantizing png files into a lower color palette combined with zopfli compression. The fewer colors on the palette the better.. note: not great for real images, but pretty great for lower color generated graphics, etc. For 2-color scanned images, reducing the palette to 2, and zopfli combined is usually 1/7th the size of the original tiff or smaller as an optimized png. I've gotten similar results with many drawing based png as well. | ||