3adnanK / Logorain-color-extractor

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

Home Page:https://www.logorain.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://www.logorain.com

License:Mozilla Public License 2.0


Languages

Language:Python 100.0%