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.05k stars 126 forks source link

Fix get_palette method for big pucture #4

Closed crazyzubr closed 7 years ago

crazyzubr commented 7 years ago

list(image.getdata()) can crash of large images when small memory

fengsp commented 7 years ago

Thanks 👍