benjajaja / ratatui-image

Ratatui widget for rendering image graphics in terminals that support it
https://crates.io/crates/ratatui-image
MIT License
110 stars 16 forks source link

async resize #10

Closed benjajaja closed 11 months ago

benjajaja commented 11 months ago

ResizeProtocol has fn render(&mut self, ..., buf: &mut Buffer) which might block while resizing and re-encoding images.

Do something to make it possible to resize+re-encode asynchronously, and then render.

benjajaja commented 11 months ago

Fixed in master.