Updated README.md

This commit is contained in:
Zoraiz 2021-09-03 13:03:05 +05:00
parent 6102f4dcaa
commit 26d910fc9d
2 changed files with 3 additions and 0 deletions

View File

@ -172,6 +172,8 @@ ascii-image-converter [image paths/urls] --color
#### --braille OR -b
> **Note:** Braille pattern display heavily depends on which terminal or font you're using. In windows, try changing the font from command prompt properties if braille characters don't display
Use braille characters instead of ascii. For this flag, your terminal must support braille patters (UTF-8) properly. Otherwise, you may encounter problems with colored or even uncolored braille art.
```
ascii-image-converter [image paths/urls] -b

View File

@ -5,6 +5,7 @@ summary: Convert images and gifs into ascii art
description: |
ascii-image-converter is a command-line tool that converts images into ascii art and prints
them out onto the console. Supported input formats are JPEG/JPG, PNG, WEBP, BMP, TIFF/TIF and GIF
Now supports braille art.
grade: stable
confinement: strict