Session 6: Portable Network Graphics files (.PNG)
PNG files are a recent newcomer to the web page scene. They have been produced in
response to the litigious nature of the owners of the GIF patent. Software developers
had been forced to license what was essentially an open standard that was snatched
by a big corporation for its own gain. The PNG file format is public domain, lossless
and uses 24bit colour. It is still not widely used, but it is gaining momentum.
It suffers from the same problem as GIF files in that it does not handle photographic
images very well, but a further downside is that since it is 24bit colour (not 8
bit) the files are 3 times bigger. However, on the plus side the algorithm is much
more efficient for drawn images. The examples below demonstrate this.




Golden Rule 2 - don't use GIF or PNG format for photographs