Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 489 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 489 Bytes

ImageToConsoleImage

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. alt Example