diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md index ef9ce84..3601c3a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ and takes the top N colours that are sufficiently different. [^1]: [wikipedia: color quantization](https://en.wikipedia.org/wiki/Color_quantization) +**features** + +**`kmeans`** - use kmeans for palette selection instead of sort & select. +**`gifed`** - adds the `Squasher::palette_gifed()` method allowing you to +directly get a gifed's Palette struct. + ### squash A CLI tool to quantize colours :D |