Updated README.md

This commit is contained in:
Zoraiz 2021-05-12 02:55:12 +05:00
parent 790c12f9c8
commit 75a29dfcd0
1 changed files with 13 additions and 2 deletions

View File

@ -5,6 +5,15 @@ ascii-image-converter is a command-line tool that converts images into ascii art
Currently, the tool supports PNG, JPEG/JPG, WEBP and BMP image formats Currently, the tool supports PNG, JPEG/JPG, WEBP and BMP image formats
<br> <br>
### Example ([Source]())
![Example](https://raw.githubusercontent.com/TheZoraiz/ascii-image-converter/master/example_images/tree.png)
### ASCII Art:
![Example](https://raw.githubusercontent.com/TheZoraiz/ascii-image-converter/master/example_images/ascii_tree.png)
<br>
## Installation ## Installation
First download the executables from [here](https://github.com/TheZoraiz/ascii-image-converter/releases/tag/v1.1.1), and follow the steps with respect to your OS. First download the executables from [here](https://github.com/TheZoraiz/ascii-image-converter/releases/tag/v1.1.1), and follow the steps with respect to your OS.
@ -28,6 +37,7 @@ Extract Executables.zip and open the "Windows" folder. Copy the path to folder f
* Afterwards, you can use it anywhere by typing "ascii-image-converter" in command prompt. Note: Make sure you restart the command prompt. * Afterwards, you can use it anywhere by typing "ascii-image-converter" in command prompt. Note: Make sure you restart the command prompt.
<br> <br>
## Usage ## Usage
To convert an image into ascii format, the usage is as follows: To convert an image into ascii format, the usage is as follows:
``` ```
@ -38,6 +48,7 @@ Example
ascii-image-converter myImage.jpeg ascii-image-converter myImage.jpeg
``` ```
<br> <br>
### Flags ### Flags
#### --complex OR -c #### --complex OR -c
@ -65,16 +76,16 @@ Save the image ascii art in a file ascii-image.txt in the same directory
ascii-image-converter [path to image] --save ascii-image-converter [path to image] --save
# Or # Or
ascii-image-converter [path to image] -S ascii-image-converter [path to image] -S
``` ```
<br> <br>
You can combine commands as well You can combine commands as well
``` ```
ascii-image-converter [path to image] -Scd 100,30 ascii-image-converter [path to image] -Scd 100,30
``` ```
<br> <br>
## Contributing ## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.