| There are hundreds of image formats, although only a handful are actually appropriate for the Internet and Web pages. For the web, the dominant formats are GIF, JPEG and
PNG. GIF (Graphics Interchange Format) - This is probably the most widely used format on the internet. It was created by CompuServe in 1987 to display images on their service. GIF files have file name extension of '.gif'. Some of the great features of this graphics format include:
- Excellent compression - images created in the GIF format can be optimized to very small sizes.
- Interlacing - Allows images to "fade" in slowly. This is very useful for large images.
- Transparency - The ability to make a color be transparent, allowing the background of the web page to show through.
- Animation - You can tie together multiple images to create animation.
The problems of GIF are:
- GIF uses a proprietary encoding/decoding scheme called LZW (Lempel Zev Welch). This scheme is patented by Unisys, who has been sending out letters demanding compensation from some companies who have created commercial image applications.
- GIF images can only include 256 colors.
JPEG (Joint Photographic Experts Group) - Another very common format on the internet. JPEG (also known as JPG) images use a bit-loss compression scheme. This means that as you optimize your image bits are removed. When the image is decompressed, the bits are interpolated. This means that as you use
greater and greater compression, your image tends to get fuzzier and fuzzier.
This format is best for images with gradients, such as paintings and photos. Images with sharp definition, such as clipart and text, should be saved as GIF.
JPEG images can often be compressed to smaller sizes than the exact same image in GIF format, although some definition may be lost. Depending upon the image, this may or may not be important.
The main reason why JPEG images would be used instead of GIF is that JPEG's support more than 256 colors.
PNG (Portable Network Graphics) - PNG is a new, up-and-coming format. PNG has all of the features of GIF except for animation, and PNG has the advantage of allowing for more than 256 colors. In addition, the compression algorithm of PNG is public domain and non-lossy (bits of the image are not lost), which
makes it superior to both GIF and JPG.
All of the newer browsers support PNG format, including Netscape and Internet Explorer. You should still use this format with caution, as older browsers do not support it at all. Thus, if you use the format you are more-or-less locking out those who have not upgraded their browsers.
Fortunately, Microsoft's Paint® software program that is automatically installed with Windows® will store a file as a GIF or a JPG.
Other Graphic Art programs, many are free, are available from the following trusted download sites:
http://www.tucows.com
http://www.dowloads.com
http://www.zdnet.com
|