Updated README.md
This commit is contained in:
parent
e6e52d7aec
commit
a8701af97a
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
|
||||
# ascii-image-converter
|
||||
|
||||
[](https://github.com/TheZoraiz/ascii-image-converter/releases/latest)
|
||||
|
|
@ -188,6 +189,13 @@ Example:
|
|||
ascii-image-converter [image paths/urls] -b --threshold 170
|
||||
```
|
||||
|
||||
#### --color-bg
|
||||
|
||||
If any of the coloring flags is passed, this flag will transfer its color to each character's background. instead of foreground. However, this option isn't available for `--save-img` and `--save-gif`
|
||||
```
|
||||
ascii-image-converter [image paths/urls] -C --color-bg
|
||||
```
|
||||
|
||||
#### --dimensions OR -d
|
||||
|
||||
> **Note:** Don't immediately append another flag with -d
|
||||
|
|
|
|||
Loading…
Reference in New Issue