ASCII drawer
This program converts images into text and simple colors, something that could be displayed on a terminal window, and also saves the resulting images into bmp- or png-files. Separate font-images in bmp-files are required for the software to know how the text looks like, so generated results will look different in different terminal software. However, the generated result image will always look the same because it is created using the font-images. The program is also able to support all Unicode characters.
There are two versions of the software. The basic version reads a single bmp-file as an input, prints out the generated result in terminal and saves it into another bmp-file. The video version can read any amount of png-files as input and save generated results into separate png-files.



