Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanrj7j/ascii-image
An Open Source project to convert image to ascii art
https://github.com/ivanrj7j/ascii-image
ascii-art image-processing pil pillow python
Last synced: 19 days ago
JSON representation
An Open Source project to convert image to ascii art
- Host: GitHub
- URL: https://github.com/ivanrj7j/ascii-image
- Owner: ivanrj7j
- License: cc0-1.0
- Created: 2023-05-23T05:08:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-23T05:36:34.000Z (over 1 year ago)
- Last Synced: 2024-11-05T09:49:14.466Z (2 months ago)
- Topics: ascii-art, image-processing, pil, pillow, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ASCII IMAGE
This is an open source project to convert any image into an `ASCII Art`.
# Getting started
## Cloning/Downloading
To use this program, either download the repository or clone using
```
$ https://github.com/ivanrj7j/Ascii-Image.git
```After downloading/cloning the repo, go to the directory by
```
$ cd Ascii-Image
```## Getting Dependencies
### Python
If you are using normal Python
```
$ pip install -r requirements.txt
```### Anaconda
If you are using anaconda
```
$ conda env create -f environment.yml
```# Usage
To use the application,
```
$ python main.py -i "" -c -o ""
```## Arguments:
- `--inp`/`-i`: The File location of the image to be converted to ascii art, this field must be specified
- `[OPTIONAL]` `--chunk`/`-c`: The size of the chunk, default is `10`. `Lower` the parameter, the higher the resolution.
- `[OPTIONAL]` `--out`/`-o`: The output path of the image, default is `out.png`