Convert image to ascii art with a simple bitmap based system. Easiest way to convert any image to a pgma format is to use ImageMagick, example: convert <your image> -depth 8 output.pgm