Updated README.md

This commit is contained in:
Zoraiz 2021-05-31 18:30:01 +05:00
parent 252cccda8b
commit 6052715892
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ ascii-image-converter [image paths/urls] -y
You can combine flags as well. Following command outputs colored and negative ascii art, flips ascii art horizontally and vertically, with fixed 100 by 30 character dimensions, custom defined ascii characters " .-=+#@" and saves the output in current directory as well. You can combine flags as well. Following command outputs colored and negative ascii art, flips ascii art horizontally and vertically, with fixed 100 by 30 character dimensions, custom defined ascii characters " .-=+#@" and saves the output in current directory as well.
``` ```
ascii-image-converter [image paths/urls] -Cndxy 100,30 -m " .-=+#@" -s ./ ascii-image-converter [image paths/urls] -Cnxyd 100,30 -m " .-=+#@" -s ./
``` ```
<br> <br>