https://github.com/alphakeks/img2ascii
CLI tool to convert images to ASCII art
https://github.com/alphakeks/img2ascii
Last synced: 2 months ago
JSON representation
CLI tool to convert images to ASCII art
- Host: GitHub
- URL: https://github.com/alphakeks/img2ascii
- Owner: AlphaKeks
- License: mit
- Created: 2022-10-03T17:35:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T17:41:00.000Z (over 3 years ago)
- Last Synced: 2025-06-03T01:28:54.006Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# img2ascii
Turn an image into ASCII art with a downscale factor of 4 like so:
```sh
img2ascii my_image.png 4
```