CodingTrain / CodingTrain/Suggestion-Box

Color Quantization

Open
#1,811 0 comments 0 reactions 0 assignees View on GitHub
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:**
![image](https://github.com/CodingTrain/Suggestion-Box/assets/53368709/c701028b-127d-4dd1-9ff6-454f1dab8b92)
![image](https://github.com/CodingTrain/Suggestion-Box/assets/53368709/b340c245-c3a5-42e6-947c-09ff385648d7)

![image](https://github.com/CodingTrain/Suggestion-Box/assets/53368709/49f3693b-74b0-4807-b0a9-7009ec794a55)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.