Releases: urvil38/swatch-rs
Releases · urvil38/swatch-rs
v1.0.0
v0.0.2
-
add statically linked binary for linux, armv7 and amv64 architecture.
-
add flag called
-m
or--most
to get most dominant color from the image.-m, --most Get most dominant color of an image
v0.0.1
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]