91861 / wayst

A simple terminal emulator
MIT License
283 stars 8 forks source link

high-resolution image output almost there #107

Open hzeller opened 1 year ago

hzeller commented 1 year ago

I am the author of https://timg.sh/ , a terminal image viewer that can display images, animations, and videos on terminals using sixel, kitty, and iTerm2 images.

Playing with the latest wayst I could not get any of these to display yet, but looking at the log messages, it looks like things are almost there. Cheering you up here to get the full image output support :)

The latest release of timg is coming with an AppImage for easy testing, if you want to use that as one of your testing applications for your image support.

Usage

timg -ps some-image.jpg   # output as sixel
timg -pk some-image.jpg   # output as kitty
timg -pi some-image.jpg   # output as iTerm2
timg --help  # useful manpage-like help.