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

Add `CropOptions` #27

Closed dzfrias closed 2 months ago

dzfrias commented 2 months ago

This allows the user to decide which side of the image should be cropped when resizing to fit the containing Rect. This is a breaking change, and let me know if the API is okay. I could swap the boolean clip_bottom and clip_right values with enums, if you want!

I could also work on an example, if necessary. I tested it the project I need it for and it works, but if you want something more robust I can definitely work on that.

benjajaja commented 2 months ago

closes #26

dzfrias commented 2 months ago

Thanks for the review! Changes implemented.

benjajaja commented 2 months ago

@dzfrias published to crates.io in 1.0.2

dzfrias commented 2 months ago

Awesome, thanks!