No description
Find a file
2018-04-18 11:48:22 -07:00
images First import. 2018-04-18 11:14:04 -07:00
imcat.c Spec license. 2018-04-18 11:17:21 -07:00
Makefile First import. 2018-04-18 11:14:04 -07:00
README.md The term to use here is preview, really. 2018-04-18 11:48:22 -07:00
stb_image.h First import. 2018-04-18 11:14:04 -07:00

imcat

Preview any size image in a terminal window. No X11 required.

Sample use

Introduction

Do you ever find yourself logged into a server, over SSH, but there is no X11 connection. And you want to see the contents of an image?

imcat to the rescue!

imcat is a 24-bit image viewer that uses ANSI terminal colours to display any image supported by STB. It automatically resizes to the width of your terminal, using proper sampling kernels.

To do

  • Correct for aspect ratio of terminal font.

License

  • Public Domain.

Authors

Bram Stolk.

stb_image.h is by Sean Barrett et al.