Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 06:27
· 19 commits to main since this release
72e754d

This release will include CLI tool which has following flags:

  • -d, --debug-type Debug type print quantized pixels to given format. value can be (html, json or
    file). "file" debug type will create a "swatch.html" and write HTML data into it
  • -i, --image Path to an image
  • -c, --colors Number of colors needed in power of 2, ex: for 16 colors pass 4. (i.e. 2^4 = 16)
    [default: 4]
  • -o, --output-image [default: quantize-image.png]