Skip to content

Releases: turner-anderson/streamlit-cropper

Upgrade to Fabric v6

Choose a tag to compare

@turner-anderson turner-anderson released this 03 Jun 07:23
  • Upgraded to fabric v6
  • Removed unnecessary dependency on pyArrow
  • Fixed issue with aspect ratio locking

Small Updates

Choose a tag to compare

@turner-anderson turner-anderson released this 05 Oct 06:43
f6c71f1
  • Added a stroke_width parameter to control box thickness
  • Added a 'both' return_type to retrieve both the image AND coordinates
  • Updated the CSS to better adjust to window size

v0.2.0

Choose a tag to compare

@turner-anderson turner-anderson released this 31 Dec 05:59

Major changes

  • Output images are no longer resized as part of the component function. Instead, if the image is too large to fit inside the widget comfortably, it will be temporarily resized to allow for interaction and then the crop box will be scaled back to the original image size. This may break some current work flows, but should be more intuitive for future users.

Minor Changes

  • Updated from beta_color_picker to color_picker