An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# img2ascii
Convert images to ASCII art in your terminal!

# usage
img2ascii -path "path_to_image"

# examples
![image](https://github.com/user-attachments/assets/174d32bb-302b-4753-853d-b9911b6e17fa)
![image](https://github.com/user-attachments/assets/b6d1b5f1-5180-497d-a700-717e966ce824)

## 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