Updated README.md
This commit is contained in:
parent
0f487a803a
commit
a421952bfe
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
# ascii-image-converter
|
||||
|
||||
[](https://github.com/TheZoraiz/ascii-image-converter/releases/latest)
|
||||
|
|
@ -257,6 +256,11 @@ Note: This is an experimental feature and may not result in the finest quality G
|
|||
|
||||
Saves the passed GIF as an ascii art GIF with the name `<image-name>-ascii-art.gif` in the directory path passed to the flag.
|
||||
|
||||
Example for current directory:
|
||||
```
|
||||
ascii-image-converter [gif path/url] --save-gif .
|
||||
```
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/TheZoraiz/ascii-image-converter/master/example_gifs/save.gif">
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue