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
Rendering improvements
#54
Closed
AnonymouX47
closed
2 years ago
AnonymouX47
commented
2 years ago
Changes image resampling method from
BICUBIC
to
BOX
.
Improves transparent renders in text-based styles.
Implements workaround for un-rendered BG colors with 'block' render style on the kitty terminal.
Implements auto background color (using the terminal's default BG color for transparent images)
Optimizes image render data computation and image formatting.
Adds tests for
BaseImage._get_render_data()
.
BICUBIC
toBOX
.BaseImage._get_render_data()
.