https://github.com/dxrcy/img2ascii
Convert an image to ASCII text
https://github.com/dxrcy/img2ascii
Last synced: 2 months ago
JSON representation
Convert an image to ASCII text
- Host: GitHub
- URL: https://github.com/dxrcy/img2ascii
- Owner: dxrcy
- License: gpl-3.0
- Created: 2023-10-28T10:47:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-31T23:31:20.000Z (over 1 year ago)
- Last Synced: 2025-03-15T08:37:16.788Z (3 months ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Img2Ascii
Converts images to ASCII text.
```
Usage: img2a [OPTIONS]Arguments:
Filename of image to convertOptions:
-c, --color
Print using ANSI color codes, instead of greyscale ASCII characters-h, --help
Print help (see a summary with '-h')
```