11.1.2 PNGThis is NOT the latest copy of this book; click here for the latest version.
Standing for "Portable Network Graphics", PNG was designed to be a replacement for the GIF format when patents become an issue. Unlike GIF, PNG supports two modes of operation: true-colour, and paletted. PNG does not come with support for animations, although an extension of it, MNG (Multiple Network Graphics) does support it. However, MNG is not supported in most browsers, whereas PNG is.
One of the biggest advantages to PNG is that it supports 8-bit transparency, which means a picture can have variable transparency throughout the picture, whereas GIF was limited to just having one colour or one masked area being transparent.
It is worth noting that Internet Explorer has incomplete support for PNG because it fails to support its transparency properly. Other browsers work fine.
PNG is pronounced "ping", and MNG is pronounced "ming".
|
Want to see this stuff in print? PHP in a Nutshell takes the core topics covered here, adds in thousands of edits from the editorial team and myself, and combines them to make an unbeatable reference for PHP programmers at all levels.
My latest book has hundreds more tips on how to use PHP, Apache, and MySQL, plus Perl, Python, shell scripts, performance tuning, and more!
|