dankamongmen / notcurses

blingful character graphics/TUI library. definitely not curses.
https://nick-black.com/dankwiki/index.php/Notcurses
Other
3.61k stars 113 forks source link

smooth bitmap movement with sixel graphics #2258

Open dankamongmen opened 3 years ago

dankamongmen commented 3 years ago

in #1682 we introduced the pixel-offset fields to ncvisual_options, and added support for Kitty graphics. we ought do the same for Sixel graphics. there we have no in-protocol support; we would need add the necessary transparency rows and columns to the image ourself, with substantially increased processing requirements. this might be post-3.0 material as a result.

dankamongmen commented 3 years ago

make sure we get enough progress on this here and in fbcon that the unit test no longer blows up when run there, as it is now.