Chemistry Reference and  Research
           
 
Periodic Table
- standard table
- large table
 
Chemical Elements
- by name
- by symbol
- by atomic number
 
Chemical Properties
 
Chemical Reactions
 
Organic Chemistry
 
Branches of Chemistry
Analytical chemistry
Biochemistry
Computational Chemistry
Electrochemistry
Environmental chemistry
Geochemistry
Inorganic chemistry
Materials science
Medicinal chemistry
Nuclear chemistry
Organic chemistry
Pharmacology
Physical chemistry
Polymer chemistry
Supramolecular Chemistry
Thermochemistry

Quantization (image processing)

Quantization, involved in image processing, is the process seeking to reduce the number of colors required to represent an image. Although more frequent in the past, currently color quantization is only used in 8-bit (256 color) images, as GIF images and some PNG images.

A standard quantization algorithm works in 2 steps:

  1. Analyze the image to select the new color palette. Usually, this involves checking each pixel to choose the most frequent colors.
  2. Dither the image to the new color palette.

Quantization algorithms

An usual quantization algorithm is the Octree-based algorithm, as described in the MSDN article on ASP.NET color quantization

01-04-2007 01:16:19
The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License. How to see transparent copy