A program that translate a normal image into a "Console Image(ci)" file.
Console Image is a text file that holds the information of an image in a way that it's easily printed inside a console window. The first part is the list of color it requires in hexcode, and the second part is the actually image data writen in hexnumber representing colors of each pixel.