obskyr / colorgram.py

A Python module for extracting colors from images. Get a palette of any picture!
MIT License
451 stars 50 forks source link

.png files giving wrong color output. #15

Open ReiettoAyanami opened 3 years ago

ReiettoAyanami commented 3 years ago

When trying to extract colors in a .png with only three colors ((150, 150, 150),(255,255,255),(63, 33, 0)) the one of the colors gets darkened and i get these colors: ((4, 2, 0), (150, 150, 150), (255, 255, 255)).