pic2string/README.md
2024-03-08 17:57:41 +01:00

17 lines
335 B
Markdown

# pic2string 📸
generates ascii art from an image and outputs to stdout.
## usage
using the provided example image of walter the dog:
```
pic2string ./walter.jpg
```
## todo
- command line arg parsing for x-stretch and output dimensions instead of compile-time constants
- (maybe frame by frame video conversion if i'm bored?)