benjajaja / ratatui-image

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

Specify the FilterType when resizing images #17

Closed deifactor closed 5 months ago

deifactor commented 7 months ago

It'd make sense to just have the Resize::Fit enum take an image::imageops::FilterType field (and reexport that type), though this is obviously a breaking change.

benjajaja commented 5 months ago

@deifactor published to crates.io.