Quantization (image processing): Difference between revisions

Content deleted Content added
Habbit (talk | contribs)
Started article
 
Habbit (talk | contribs)
Added link to MSDN article on color quantization
Line 4:
#Analyze the image to select the new color palette. Usually, this involves checking each pixel to choose the most frequent colors.
#[[Dithering|Dither]] the image to the new color palette.
 
==Quantization algorithms==
An usual quantization algorithm is the Octree-based algorithm, as described in the [http://msdn.microsoft.com MSDN] article on [[ASP.NET]] color quantization
 
{{stub}}