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) ```