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
Image animation fixes and updates
#42
Closed
AnonymouX47
closed
2 years ago
AnonymouX47
commented
2 years ago
Fixes and Improves image iteration.
Directly adjusting image seek position no longer affects iteration.
Improves control flow in
ImageIterator._animate()
.
Implements non-linear image iteration via
ImageIterator.seek()
.
Introduces concurrent and parallel frame rendering for TUI animations.
Frames are now rendered ahead of the animation (when possible).
Improves TUI animation performance.
Introduces smooth navigation across animated images (no more waiting for the first frame to be rendered before moving on).
ImageIterator._animate()
.ImageIterator.seek()
.