https://github.com/lazovelko/image-to-ascii
Convert images to ASCII art.
https://github.com/lazovelko/image-to-ascii
ascii ascii-art
Last synced: about 2 months ago
JSON representation
Convert images to ASCII art.
- Host: GitHub
- URL: https://github.com/lazovelko/image-to-ascii
- Owner: LazoVelko
- License: gpl-3.0
- Created: 2017-01-04T21:42:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T18:01:06.000Z (about 4 years ago)
- Last Synced: 2025-03-27T15:21:50.159Z (2 months ago)
- Topics: ascii, ascii-art
- Language: Python
- Size: 2.11 MB
- Stars: 55
- Watchers: 1
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image-To-ASCII
Convert images to ASCII art.## Usage
```
Usage:
main.py [image] [width]
Parameters:
[image] The image to convert. Supports many formats.
[width] The width of the regions from the image to convert to ASCII.
The height is by default the width multiplied by two.
Example:
main.py sample/gold_face.jpg 2
- This loads the image gold_face.jpg from the "sample" directory.
- It then divides the image into 2 pixel by 4 pixel regions.
- Each region is then converted to a character.
```## Sample

