Releases: Gourieff/img-palette-detector
Releases · Gourieff/img-palette-detector
v0.3.0
v0.2
Added:
- argument parser
Options in the command line are available for now:
python ipd.py -i "C:\my super images\image_file_name.png" -m "3" -c "5"
Where optional arguments are:
-i PATH_TO_IMAGE Path to the image file
-m METHOD Method to build Palette: 1 - OpenCV based method, 2 - ColorThief based method, 3 - Both
-c COLORS_COUNT How much colors on the Palette must be: 2 - is minimum, don't type too much, 3-7 is optimal
or just type for help:
python ipd.py -h