Web Development Information

Web Site Optimization: How To Speed Up Your Web Site By Minimizing Your GIF and PNG Image Bit-Depth


Are bloated images slowing down your web site and causing you lost business? Images comprise over 50% of the average web page so putting them on a diet is essential to improving web performance. One of the best ways to optimize GIFs and PNGs is to minimize the "bit-depth" or the number of colors within your images.

For palette-based formats like GIF and PNG, file size is directly related to the size of the color palette, or the number of colors in the image. As the number of colors in an image crosses a power of two, the file size jumps. A 33-color image must use a six-bit palette, while a 32-color image can use a 5-bit palette. Smaller palettes mean smaller codes (representing pixel patterns), which makes for smaller files. So minimizing the number of colors in index-color images like GIFs and PNGs will minimize file size.

The compression schemes used in GIFs (LZW) and PNGs (Deflate) are dictionary-based encoding algorithms. Dictionary based compression algorithms substitute shorter codes for longer patterns of strings within the data stream. Pixel patterns (substrings) in the data stream found in the dictionary are replaced with a single code. If a substring is not found in the dictionary, a new code is created and added to the dictionary. Compression is achieved when smaller codes are substituted for longer patterns of data.

The code size is based on the number of bits per pixel, and depends on the maximum length code within your dictionary. Thus the smaller your bit-depth, the smaller the codes representing your pixel pattern strings, and the smaller the file.

Choosing the right format for your images is the first step in optimizing web graphics. At lower bit-depths, banding can appear in smooth-toned images. Try quantizing your image to different palettes to minimize banding.

PNG Compression

PNG uses the deflate compression algorithm which is a newer, more efficient cousin of LZW. Deflate is designed to be free of patent problems. Deflate is a combination of the LZ77 algorithm found in zip programs like WinZIP and gzip, and Huffman coding. Deflate typically compresses files 20 to 30 percent smaller than LZW, which is the difference you'll find between gzip and compress. PNGs use a similar substitution technique, but are generally 5 to 25 percent smaller than GIFs, although there are exceptions. In addition to horizontal "scan-line" pattern substitution PNGs sometimes substitute for vertical patterns. PNG can also truncate color palettes. In general, the smaller the color palette, the smaller the overal file size.

Conclusion

To minimize the file size of palette-based image formats like GIF and PNG, minimize their bit-depth, or number of colors. Each time you pass a power of two, file size jumps higher. By minimizing the number of colors, and maximizing the flat-color areas you will create smaller, more efficient images destined for the Web.

Further Reading:

LZW Data Compression


http://www.dogma.net/markn/articles/lzw/lzw.htm


Mark Nelson breaks down the LZW compression algorithm for Dr. Dobb's Journal of October 1989.

Multimedia: Use Lossy Compression for Smaller GIFs and PNGs http://www.websiteoptimization.com/speed/tweak/lossy/


Lossy compression lets you squeeze more bytes out of your GIFs and PNGs. Lossy compression increases identical pixel patterns to improve compression in indexed-color images.

Multimedia: Use Weighted Optimization


http://www.websiteoptimization.com/speed/tweak/weighted/


Weighted optimization or regional compression applies different degrees of compression to different areas of your image. By varying the quality within images you can improve file size.

Optimizing Web Graphics


http://www.websiteoptimization.com/speed/12/


Chapter summary from Speed Up Your Site, shows how to correct, optimize, and compress images for minimum file size and maximum quality.

PNG Home Site


http://www.libpng.org/pub/png/


Greg Roelofs site devoted to all things PNG.

About The Author

Article by Andy King, author of the popular new book titled "Speed Up Your Site - Web Site Optimization". Visit Andy King's web site to learn the best Web Site Optimization practices for higher traffic and speed guaranteed. www.websiteoptimization.com


MORE RESOURCES:

New Listing of Knowledgeable Scripts for Web Development- Now at ...
MediaSyndicate (press release) - Nov 20, 2008
Soloscript.com lists valuable tutorials related to web development and designing. One can now refer, download, and add scripts essential for designing and ...


Stripes: ...and then Java Web Development Is Fun Again!
Kansas City infoZine, MO - Nov 18, 2008
In Stripes: ...and Java web development is fun again! (Pragmatic Bookshelf, $36.95), author Frederic Daoud shows you how to use Stripes to its full ...


Direct Hit Solutions Ranks as Best Web Development Company by SEO ...
PRnine (press release), CA - Nov 14, 2008
Chicago, IL (PRnine - November 14, 2008) - The quality and breadth of Direct Hit Solutions, a web development firm specializing in meeting the needs of ...


NGM Expands Web Development Capabilities
InsideARM, MD - Nov 12, 2008
Net Gain Marketing, Inc. (www.netgain4results.com) has announced it has signed an exclusive agreement with EarthSky Studios (ESS) to work together to ...


Councillor to continue web development
WalesOnline, United Kingdom - Nov 12, 2008
ATTEMPTS to bar a councillor from completing the development of his council’s controversial website have fallen on deaf ears. ...


Wendy's/Arby's signs Definition 6 for Web development
QSR Web, KY - Nov 5, 2008
ATLANTA — Definition 6, a full-service interactive agency and consulting firm, has added Wendy's/Arby's Group to its client list. Definition 6's work will ...


SEO Web Development and Design Outsourcing Services
PRLog.Org (press release), Romania - Nov 18, 2008
PRLog (Press Release) – Nov 18, 2008 – SEO Web Development Outsourcing services is become most useful to the online web marketing and for any small business ...


Wakefly Receives Ektron CMS All-Star Award For Web Development Work
1888 Press Release (press release), TX - Nov 11, 2008
Boston, MA-NH (1888PressRelease) November 12, 2008 - Wakefly, an innovative Web development and online marketing firm, was recently named as a 2008 Ektron ...


AustConserv Promoting Eco Friendly Businesses and Organisations to ...
PR Web (press release), WA - Nov 19, 2008
Using various methods of online marketing available, PB Web Development has created a buzzing online conservation community with user base that grows more ...


Web Development Toolbox: 120+ New Tools for Web Development
Mashable, CA - Nov 1, 2008
Last year we did a post on Web development tools. A lot has changed in the past year, and there are tons of new tools available to developers. ...

Web-Development - Google News

home | site map
© 2006