| Listed here are the primary differences between the JPEG and GIF formats: - JPEG is designed for photographs and
naturalistic artwork. GIF is the better choice for lettering, simple cartoons and line drawings because JPEG smudges
the edges of sharply defined lines and color transitions when the compression factor is high.
- JPEG supports 16,777,216 colors (256 colors
each for red, green and blue). GIF is limited to 216 colors and uses dithering to render the shades of color in between.
- A lot of people still have 256 color displays.
JPG files won't look nearly so good on a 256 color display. GIF files will display the same on yours as theirs.
- JPEG is "lossy" unless you set the compression
factor at 0. Each time you open, edit and save, the quality goes down like making a series of copies of a audio cassette tape.
Save your original JPEGs. GIF uses a loss-less compression algorithm so that files can be edited an unlimited number of times.
- GIF supports transparency (e.g. for a logo
that can be placed over different backgrounds). A JPEG image can only be opaque.
- GIF supports animation and JPEG does not. |