3f8990b02fa64934c9247c823cbe9b778bd00aa6
termage — Color images in the terminal
True color if the terminal supports it, otherwise falls back to small palette.
termage
uses ImageMagick to convert your image to ppm format, properly scaled
as well,, which is fed to termage
for display.
Build
make
after building and installing dependencies:
- libscerror
- libscstring
- libscterm
- NetPBM (development library)
- ImageMagick (tools)
Install
sudo make install
or, on OpenBSD:
doas gmake install
Run
termage <image file>
-
Shows given image file in the terminal.
Languages
C++
50.5%
Makefile
49.5%