From a2f4f20f25b677afeeb2b8bc3b7f23e4e84aea4a Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Mon, 15 Apr 2019 01:10:19 -0400 Subject: [PATCH] Update README.md --- ASCII/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ASCII/README.md b/ASCII/README.md index 4fcb2bc..54d9f42 100644 --- a/ASCII/README.md +++ b/ASCII/README.md @@ -20,12 +20,12 @@ fontlist (get list of fonts) Image URL to ASCII/ANSI Art: ``` -img (convert an image to ascii art using euclidian color distance and extended 99 color palette) -img --16 (convert image to ascii art using euclidian color distance and standard 16 color palette) +img (convert an image to ascii art using euclidian color distance and 99 color palette) +img --16 (convert image to ascii art using euclidian color distance and 16 color palette) ``` ``` -ansi (convert an image to ansi block art using euclidian color distance and extended 99 color palette) -ansi --16 (convert image to ansi block art using euclidian color distance and standard 16 color palette) +ansi (convert an to ansi block art using euclidian color distance and 99 color palette) +ansi --16 (convert to ansi block art using euclidian color distance and 16 color palette) ``` Speed Presets. (Euclidian (the default) is very fast. The following presets each get progressively slower) ```