https://github.com/rxn7/img2ascii
image to ascii converter in terminal
https://github.com/rxn7/img2ascii
ascii ascii-art c
Last synced: 30 days ago
JSON representation
image to ascii converter in terminal
- Host: GitHub
- URL: https://github.com/rxn7/img2ascii
- Owner: rxn7
- Created: 2024-08-26T20:05:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T01:56:11.000Z (over 1 year ago)
- Last Synced: 2025-03-02T10:42:02.620Z (over 1 year ago)
- Topics: ascii, ascii-art, c
- Language: C
- Homepage:
- Size: 4.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# img2ascii
Convert images to ASCII art in your terminal!
# usage
img2ascii -path "path_to_image"
# examples


## arguments
- `-help` - show help
- `-path` - path to image
- `-width` - set output width
- `-color truecolors` - output true colors
- `-color ansi` - output ansi 256 colors
- `-color none` - output without color
- `-verbose` - show more info
# install
```git clone https://github.com/rxn/img2ascii.git```
```cd img2ascii```
```./configure.sh```
```./install.sh```
# todo
- for some reason -width 1024 is cooked