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

We need to close Image at some point #12

Open ArtemBernatskyy opened 6 years ago

ArtemBernatskyy commented 6 years ago

We need to add method where we will be cleaning after themselves, eg closing Image

For now we can do this color_thief.image.close()