/Logorain-color-extractor

Logorain color extractor is a simple tool to extract the main colors of an image

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

Logorain-color-extractor

Logorain color extractor is a simple tool to extract the main colors of an image Online Demo

Usage

python3 logorain_color_extractor.py -i "your-image-path"

python3 logorain_color_extractor.py -u "your-image-url"

Parameters

Short option Long option Description
-i --imagePath Define image path on your local machine
-u --url Define image url on the web

The result will be a list of main RGB colors in the image.