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>
+```