Quantization (image processing): Difference between revisions

Content deleted Content added
Fix dead link
Line 4:
 
== Color quantization ==
{{main|Color quantization}}
DEVELOPED BY :ASARUDEEN M.sc
 
Color quantization reduces the number of colors used in an image; this is important for displaying images on devices that support a limited number of colors and for efficiently compressing certain kinds of images. Most bitmap editors and many operating systems have built-in support for color quantization. Popular modern color quantization algorithms include the nearest color algorithm (for fixed palettes), the [[Median cut|median cut algorithm]], and an algorithm based on [[octree]]s.