|
|
|
|
|
by warfangle
5906 days ago
|
|
PNG is extremely good at compressing certain kinds of gradients. Linear gradients get compressed nearly as well as large areas of flat color. More complicated images, of course, are more difficult to optimize. Basically, you cannot typically create PNG-optimized graphics automatically (yet). There are a lot of things you can do pre-save to help the compression techniques (and when they won't work, use another format and stitch the two together - at the cost of another HTTP request). http://www.smashingmagazine.com/2009/07/15/clever-png-optimi... is a pretty good outline of it. |
|