Section 31.5. PNG Optimization Strategies


31.5. PNG Optimization Strategies

The following are a few strategies for keeping PNG file sizes small and for using PNGs wisely.

Figure 31-3. PNG transparency options in Fireworks



Use 8-bit (or smaller) PNGs.

Index color PNGs are always smaller than their 24-bit RGB counterparts.


Use JPEGs instead of RGB (24-bit) PNGs.

Photographic images are best saved in JPEG format for use online. The resulting file sizes are smaller (with only minimal image quality loss) and more appropriate for web delivery.


Use GIF optimization techniques.

8-bit PNGs benefit from all the same tactics used to minimize GIFs, including limiting dithering and reducing the number of colors and bit depth. See Chapter 29 for more information on optimization methods.


Avoid interlacing.

Interlacing always adds to the size of a PNG. It is usually unnecessary anyway for small graphics or any graphic accessed via a high-bandwidth connection or locally (as from disk or CD-ROM).


Use maximum compression (if available) for final images.

If your image tool offers control over compression, use level 9 (or "max" or "slowest") for the final version of your image. Use lower compression (3 or 6) for intermediate saves. Most commercial programs (such as Fireworks and Photoshop) handle compression and filter application internally, so you may not have control over specific levels.

For PNG Geeks Only

If you are serious about optimizing PNGs, you should download Glenn Randers-Pehrson's pngcrush application (freeware, available at pmt.sourceforge.net/pngcrush/). It is a command-line DOS application, but it can run in batch mode. pngcrush takes existing PNGs and makes them smaller, losslessly.

To convert RGB alpha-channel transparency (32-bit) into 8-bit palette transparency, try the pngquant command-line utility (written by Greg Roelofs, one of the creators of the PNG format ). The resulting PNG will be significantly smaller and more suitable for web use.





Web Design in a Nutshell
Web Design in a Nutshell: A Desktop Quick Reference (In a Nutshell (OReilly))
ISBN: 0596009879
EAN: 2147483647
Year: 2006
Pages: 325

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net