fengsp / color-thief-py

Grabs the dominant color or a representative color palette from an image. Uses Python and Pillow.
http://lokeshdhakar.com/projects/color-thief/
Other
1.04k stars 125 forks source link

How can I pass Image Object of PIL to initialize? #23

Closed ShubhamKhandare closed 3 years ago

ShubhamKhandare commented 3 years ago

I am not storing images to disk. I want to use by directly passing Image object, how can I do that?

ShubhamKhandare commented 3 years ago

Closing this issue as its already being handled in https://github.com/fengsp/color-thief-py/pull/16