From 29edbcf81a1effcad68cb52dd01fafe499a2659a Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 27 Apr 2025 17:00:48 +0300 Subject: [PATCH] ascii-image-converter: add page (#16272) --- pages/common/ascii-image-converter.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/ascii-image-converter.md diff --git a/pages/common/ascii-image-converter.md b/pages/common/ascii-image-converter.md new file mode 100644 index 0000000000..f9abd159d5 --- /dev/null +++ b/pages/common/ascii-image-converter.md @@ -0,0 +1,24 @@ +# ascii-image-converter + +> Convert an image into ASCII. +> More information: . + +- Convert an image into ASCII: + +`ascii-image-converter {{path/to/image|URL}}` + +- Colorize the output: + +`ascii-image-converter {{[-C|--color]}} {{path/to/image|URL}}` + +- Create a tresholded image using braille: + +`ascii-image-converter {{[-b|--braille]}} {{path/to/image|URL}}` + +- Display the image with negative colors: + +`ascii-image-converter {{[-Cn|--color --negative]}} {{path/to/image|URL}}` + +- Use a wider range of characters to display an image (may improve image accuracy): + +`ascii-image-converter {{[-c|--complex]}} {{path/to/image|URL}}`