Spriteful TErminal GrAphics Protocol: Difference between revisions

Reloads: reject reloads from containers with different geometry
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
* Autumn Lamonte's [https://gitlab.com/klamonte/jexer/-/wikis/jexer-images Jexer image sequence]
* Autumn Lamonte's [https://gitlab.com/klamonte/jexer/-/wikis/jexer-images Jexer image sequence]
* ITerm2's [https://iterm2.com/documentation-images.html#:~:text=Inline%20Images%20Protocol-,Inline%20Images%20Protocol,8%2Dbit%2Dclean%20environment. Image Protocol]
* ITerm2's [https://iterm2.com/documentation-images.html#:~:text=Inline%20Images%20Protocol-,Inline%20Images%20Protocol,8%2Dbit%2Dclean%20environment. Image Protocol]
'''nota bene: this was a learning exercise. as the result ended up looking a good deal like Kovid's protocol (see above), i encourage terminal developers to implement that protocol, as it is a major advance over Sixel. if you want to extend it with things discussed below, hit me up.'''


==Goals as a toolkit developer==
==Goals as a toolkit developer==
Line 189: Line 191:
* There is no filesystem-based data exchange (Kitty, iTerm)
* There is no filesystem-based data exchange (Kitty, iTerm)
* There is no terminal-side scaling (Kitty)
* There is no terminal-side scaling (Kitty)
[[CATEGORY: Terminals]]
[[CATEGORY: Projects]]