AnonymouX47 / term-image

Display images in the terminal with python
https://term-image.readthedocs.io
MIT License
206 stars 9 forks source link

Implement synchronized output for urwid images #80

Closed AnonymouX47 closed 1 year ago

AnonymouX47 commented 1 year ago

Partially implements #79 See also: #73

AnonymouX47 commented 1 year ago

@danschwarz Please, can you help test it out? 🙏🏾

danschwarz commented 1 year ago

Removed UrwidImageJanitor and the toot image11 branch works fine with the new code. Testing so far:

  1. Windows Terminal - no image support, uses ANSI graphics, works fine no problems.
  2. Kitty - flicker free scrolling with the largest image sizes I've tested
  3. Wezterm - flicker free scrolling
  4. Kitty over a slower ssh link to a remote server - still no flicker

👍

AnonymouX47 commented 1 year ago

That's great!