Linux terminal image preview

From Ever changing code
Revision as of 23:18, 15 April 2020 by Pio2pio (talk | contribs) (Created page with "Preview picture on a terminal, ssh terminal any terminal = <code>[https://github.com/stolk/imcat imcat]</code> = <code>imcat</code> is a 24-bit image viewer that uses ANSI te...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Preview picture on a terminal, ssh terminal any terminal

imcat

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.

# Install
git clone https://github.com/stolk/imcat
cd imcat
make # to build the binary
sudo cp ./imcat /usr/local/bin/ # optional

# Usage
$ imcat file1 [file2 .. fileN]