Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImagePrinter

Terminal image renderer with alpha-channel support

Dependencies

  • 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

Building

cmake .
make

Usage

./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

About

Terminal image renderer with alpha-channel support

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages