|
|
Dithering in GIFsDithering is a process by which pixels of two colors are placed very close to each other so that the human eye is not able to distinguish the colors individually but, rather, sees a new color that is the combination of the two. Why does dithering take place?Dithering is an attempt to produce the desired color by a combination of two or more colors. We often come across it in systems where the monitor cannot display true color (16.7 million colors). Since the monitor is not able to display the correct color, the system places pixels of two colors very close to each other so that the final color may be produced. Dithering actually exploits the low resolution power of the human eye! An Example of dithering in Gifs
Dithering and colorsDithering increases the number of colors in a gif. Also, it makes the gif very complex. The Gif compression algorithm (LZW algorithm compresses) areas of flat color very well but dithered images do not have such areas. Hence, dithering considerably increases the file size of Gif images.
Page contents: What is dithering in gifs and why does it happen? Colors are dithered but this increases the file size. Learn how to remove this dithering to create optimized gif images.
Page URL: http://www.webdevelopersnotes.com/graphics/ dithering_in_gifs.php3
|
|