Updated README.md

This commit is contained in:
Zoraiz 2021-05-31 18:29:35 +05:00
parent f3c90d36b7
commit 252cccda8b
1 changed files with 2 additions and 2 deletions

View File

@ -243,10 +243,10 @@ ascii-image-converter [image paths/urls] -y
<br> <br>
You can combine flags as well. Following command outputs colored and negative ascii art, 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] -Cnd 100,30 -m " .-=+#@" -s ./ ascii-image-converter [image paths/urls] -Cndxy 100,30 -m " .-=+#@" -s ./
``` ```
<br> <br>