A command-line tool that prints a given image to the terminal using coloured block characters. It supports png, jpeg, gif, bmp, ccitt, tiff, vp8, vp8l and webp images.
The image output is sized based on the width of the terminal. The terminal must support true colour output.
Run go get -u github.com/patrickmcnamara/icat
.
Run icat image.png
and it will print that given image to the terminal.
This project is licensed under the GNU General Public License v3.0.