Modified imcat a 24bit ansi image-to-text viewer for terminal
$ rangercat image_file [Width Height]
Width and Heigiht are the number of characters you want to fit your image in.
$ rangercat samples/1.png 60 100
This will take up the whole console window
$ rangercat samples/1.png
On Linux, just use 'make' to build the imcat binary.
stb_image.h is by Sean Barrett et al.