A program that dumps ASCII from bitmaps.
I was bored.
The project uses a very simple cmake file. There are no dependecies.
Run the program passing the path to the bitmap file you want to dump. I suggest redirecting stdout to a file with ">"
adump your_bmp_file.bmp > out_file.txt