Skip to content

patrickmcnamara/icat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.