issues
search
AnonymouX47
/
term-image
Display images in the terminal with python
https://term-image.readthedocs.io
MIT License
219
stars
10
forks
source link
'kitty' render style improvements
#51
Closed
AnonymouX47
closed
2 years ago
AnonymouX47
commented
2 years ago
Continues #40
Implements render method override for 'kitty' render style.
Adds
method
style arg to
KittyImage
.
Adds render method override field to 'kitty' style format spec.
Implements ZLIB compression level control for 'kitty' render style.
Adds
compress
style arg to
KittyImage
.
Adds compression level field to 'kitty' style format spec.
Adds
--kc/--kitty-compress
style-specific CL option.
Improves 'kitty' style render method selection for best drawing performance in different terminal emulators, in the CLI and TUI.
Continues #40
method
style arg toKittyImage
.compress
style arg toKittyImage
.--kc/--kitty-compress
style-specific CL option.