You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: