Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 685 Bytes

File metadata and controls

15 lines (11 loc) · 685 Bytes

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.