Terminal image renderer with alpha-channel support
- ImageMagick (tested with 6.9.12-98 & 7.1.1-43)
- xtermcontrol & xterm-compatible terminal (for full alpha-channel support)
Debian-based
sudo apt install libmagick++-dev xtermcontrol
Arch-based
sudo pacman -S imagemagick
git clone https://aur.archlinux.org/xtermcontrol.git
cd xtermcontrol
makepkg -si
cd ..
rm -rf xtermcontrol
RHEL-based
sudo dnf install ImageMagick-c++-devel
wget https://thrysoee.dk/xtermcontrol/xtermcontrol-3.10.tar.gz
tar zxf wget xtermcontrol-3.10.tar.gz
cd xtermcontrol-3.10
./configure && make install
cd ..
rm -rf xtermcontrol-3.10 && rm -f xtermcontrol-3.10.tar.gz
cmake .
make
./ImagePrinter [--help] [--version] [--bigger] image
Positional arguments:
image image filename
Optional arguments:
-h, --help shows help message and exits
-v, --version prints version information and exits
-b, --bigger disable vertical adjustment

