Inspired by a post I've seen on reddit I created this program to convert any file to a bmp image file.
Here is a small game (in a zipped file) viewed as bmp image:

And here is the fromtoimage.exe in a bmp file:

The encoding is simple, each pixel in the image encodes 3 bytes (red, green, blue) from the input file. The first 3 pixels store the file size. The program is a command line one, to see the usage just execute it without any parameters.
Thanks!


