Suggestion-Box icon indicating copy to clipboard operation
Suggestion-Box copied to clipboard

Color Quantization

Open AnogJani opened this issue 1 year ago • 0 comments

Summary:

color quantization is a process that reduces the number of distinct colors used in an image, usually with the intention that the new image should be as visually similar as possible to the original image. There are more details in the dedicated Wikipedia page. (Edit: I just saw a coding challenge where Dan implements basic color quantization in this video though I think i would be very cool to see him implement a more sophisticated algorithm that produces a unique quantized color pallete based on the input image)

Visualisation:

image image

image

AnogJani avatar Sep 25 '23 22:09 AnogJani