~ajpaon/image-to-ansi

003050f45e5ccdc06b0f0870352fcf4739b575e6 — Andrew Paon 2 years ago 7a9107b
Add README.
1 files changed, 13 insertions(+), 0 deletions(-)

A README.md
A README.md => README.md +13 -0
@@ 0,0 1,13 @@
# bmp-to-ansi

Tool to render BMPs in the terminal using ANSI escape codes.

Pixels are rendered using the unicode half-height block character to keep
pixels roughly square: `▄`

Build & Run:

```
make all
./bmp-to-ansi <bmp file>
```