Skip to content

Releases: Gourieff/img-palette-detector

v0.3.0

31 Jan 10:50
86e35b5
Compare
Choose a tag to compare

Added:

  • GUI for dialog mode (based on pysimplegui)

To run with GUI type:

python ipd.py

or (if to use as a package)

imgpd

To run w/o GUI:

python ipd.py -d

or (if to use as a package)

imgpd -d

v0.2

29 Jan 19:58
1ceae78
Compare
Choose a tag to compare

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

v0.1

29 Jan 16:31
bddcd81
Compare
Choose a tag to compare

First release version
See README for details