Skip to content

Releases: turner-anderson/streamlit-cropper

Small Updates

05 Oct 06:43
f6c71f1
Compare
Choose a tag to compare
  • 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

31 Dec 05:59
Compare
Choose a tag to compare

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