v1.6.1
Added
- Raw image resize helpers:
resize_image(),resize_image_to_max(), andfit_dimensions(). - Pre-compression resize options to
Texture.from_image(),Texture.from_bytes(), andTexture.from_pil()viaresize=(w, h)ormax_size=....
Changed
- Max-size resizing now preserves aspect ratio and avoids the double encode path of
Texture.resize().