Skip to content

v1.6.1

Choose a tag to compare

@Hancapo Hancapo released this 22 May 23:35
· 1 commit to master since this release

Added

  • Raw image resize helpers: resize_image(), resize_image_to_max(), and fit_dimensions().
  • Pre-compression resize options to Texture.from_image(), Texture.from_bytes(), and Texture.from_pil() via resize=(w, h) or max_size=....

Changed

  • Max-size resizing now preserves aspect ratio and avoids the double encode path of Texture.resize().