JacobCrabill / zigdown

Markdown parser in Zig
15 stars 2 forks source link

Feature Request - Add support for sixel graphics protocol as an alternative to kitty image protocol #1

Open VarLad opened 1 month ago

VarLad commented 1 month ago

Hello! I was wondering if it would be possible to add support for sixel protocol, as thats supported by a much wider range of terminals compared to the kitty graphics protocol, to render images.

JacobCrabill commented 1 month ago

Thanks for your interest! I hadn't previously heard of this protocol; I think the iTerm protocol might be a more useful addition than this, but I'll take a look to see how difficult it would be to add as a fallback option.