CairX / extract-colors-py

Extract colors from an image. Colors are grouped based on visual similarities using the CIE76 formula.
https://pypi.python.org/pypi/extcolors
MIT License
67 stars 20 forks source link

Added extracting from Pillow image #10

Closed ashirviskas closed 4 years ago

ashirviskas commented 4 years ago

Now you can extract colours from a PIL Image object. Default behaviour not changed.

CairX commented 4 years ago

Documentation of the function has now been added.