Logorain color extractor is a simple tool to extract the main colors of an image Online Demo
python3 logorain_color_extractor.py -i "your-image-path"
python3 logorain_color_extractor.py -u "your-image-url"
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.