Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 883 Bytes

README.md

File metadata and controls

44 lines (25 loc) · 883 Bytes

BMP-to-ASCII-art

Simple program that reads a BMP image and produces a .txt file with ascii art that represents the given image

Examples

Original:
image1 original

Output:
image1 ascii

Original:
image2 original

Output:
image2 ascii

Original:
image3 original

Output:
image3 ascii

Original:
image4 original

Output:
image4 ascii

Original:
image5 original

Output:
image5 ascii

EasyBMP

This program uses EasyBMP to read BMP files. http://easybmp.sourceforge.net/