benjajaja / ratatui-image

Ratatui widget for rendering image graphics in terminals that support it
https://crates.io/crates/ratatui-image
MIT License
96 stars 14 forks source link

Implement kitty protocol #2

Closed benjajaja closed 1 year ago

benjajaja commented 1 year ago

https://sw.kovidgoyal.net/kitty/graphics-protocol/#the-transmission-medium

Seems similar to sixel, but in addition to directly writing image data, it seems possible to instruct to render a PNG file from a path. This would allow to render PNGs directly with the FixedSize widget if the image has been resized to Rect * FontSize.