pixelquantization
Pixel quantization is a process used in digital image processing to reduce the number of distinct colors in an image. This is often done to decrease file size, make images compatible with certain display technologies, or for artistic effect. In a digital image, each pixel has a specific color value. Quantization groups similar color values together and assigns them a single, representative color from a limited palette.
For example, a true-color image might use millions of colors, while a quantized image might be limited
Various algorithms exist for pixel quantization, each with different approaches to selecting the representative colors and