thephpleague / color-extractor

Extract colors from an image like a human would do.
thephpleague.com
MIT License
1.3k stars 159 forks source link

Could have better results? #29

Closed sonu27 closed 9 years ago

sonu27 commented 9 years ago

Using this image it gave me (in order):

Using TinyLabs I got:

I don't want to sound negative, but those results are much better. How can we improve this library to get more accurate colours?

MatTheCat commented 9 years ago

color-extractor doesn't extract most used colors from an image palette but most "vibrant" colors from all image colors. As these tools don't have the same goal it's normal there results could be different.