Updated README.md
This commit is contained in:
parent
6102f4dcaa
commit
26d910fc9d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue