CodingTrain / CodingTrain/Suggestion-Box
Color Quantization
- Dominant language
- No language data
- Stars
- 570
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
### **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](https://en.wikipedia.org/wiki/Color_quantization) page.
(Edit: I just saw a coding challenge where Dan implements basic color quantization in this [video](https://www.youtube.com/watch?v=0L2n8Tg2FwI&ab_channel=TheCodingTrain) 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:**



Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.