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

Investigate the potential of using type hinting #17

Open CairX opened 4 years ago

CairX commented 4 years ago

With the minimum version increased to Python 3.5 type hinting becomes possible to use. However I have newer used it in Python before so will have to do some exploration first.