From bbcd98fc85f7677ee321185d1e37e8b363529cbc Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Tue, 27 Aug 2019 19:26:38 -0400 Subject: [PATCH] change dither to quantize --- ASCII/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ASCII/README.md b/ASCII/README.md index 37a00e9..0bc4cb9 100644 --- a/ASCII/README.md +++ b/ASCII/README.md @@ -103,7 +103,8 @@ img --bg <0-99> (set a background color) img --fg <0-99> (set a foreground color) img --fast (use Euclidean color difference.) img --slow (use cie2000 color difference. best quality, default) -img --dither (dither source image to 256 colors. trades off quality for speed) +img --quantize (quantize source image to 256 colors. trades off quality for speed) +img --no-quantize (don't quantize source to 256 colors) ``` Here are some images using 99 color default output: ![Image of Img Command Output](https://i.imgur.com/33tCGXC.png)