Difference between revisions of "Linux terminal image preview"
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Latest revision as of 23:18, 15 April 2020
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]