diff options
author | gennyble <gen@nyble.dev> | 2023-10-09 01:27:19 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-10-09 01:27:19 -0500 |
commit | e52599e25372827fd3cef1433773c5a1b181fd3e (patch) | |
tree | defb472fdf74b3d6c163c0983f52e3454b5d0898 /README.md | |
parent | 1575e5fd1a358a3c997288998d7b25f87472905d (diff) | |
download | colorsquash-e52599e25372827fd3cef1433773c5a1b181fd3e.tar.gz colorsquash-e52599e25372827fd3cef1433773c5a1b181fd3e.zip |
squash
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index 0db61d0..da8832f 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,6 @@ until it selects the necessary amount of colours. [^1] (wikipedia: color quantization)[https://en.wikipedia.org/wiki/Color_quantization] ### squash -A CLI tool to quantize colours. Accepts a path to a PNG; exports an indexed PNG. \ No newline at end of file +A CLI tool to quantize colours :D + +Currently only takes PNG in the RGB colorspace and outputs indexed PNG. \ No newline at end of file |