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

Input: Accept an URL to an image #8

Closed CairX closed 4 years ago

CairX commented 4 years ago

Would be convenient but thinking about it further it feels out of scope.

The functionality would introduce another dependency that might not be needed by the user and introduce additional complexity that other applications already do well. To download an image from the command line one could use wget or curl. To download in a scrip there are multiple libraries to will handle just that.

I would rather keep the project focused on extracting colors from images.