Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 863 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 863 Bytes

icat

latest version last commit top language license

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.

Installation

Run go get -u github.com/patrickmcnamara/icat.

Usage

Run icat image.png and it will print that given image to the terminal.

License

This project is licensed under the GNU General Public License v3.0.