Skip to content

Releases: oneclick-llc/react-native-image-editor

v3.2.1

18 Feb 04:43

Choose a tag to compare

[Part of Looky-6675: Reel Post Cover Selection] [Android] [cropImage] add Whitespace if requested Size is larger than original

Full Changelog: 3.2.0...v3.2.1

3.2.0

28 Nov 09:22
eb565a0

Choose a tag to compare

apply patch

3.1.1

11 Oct 08:30

Choose a tag to compare

Optimize Cropping on Android

Part of Looky-3768

Android:

  • remove displaySize/targetSize
  • downscale (if needed) to target of 1280 on larger side
  • recycle bitmap after use
  • do not scale via Matrix
  • do not recreate bitmap with rotation matrix if not required (do not create matrix if not used in first place)
  • do not recreate bitmap with crop applied if cropping is not required
  • add more debug logs

v3.0.0

03 Oct 12:22

Choose a tag to compare

fix exporting types

v2.5.0

03 Oct 11:27

Choose a tag to compare

Handle invalid CropRectangle x/y (Looky-3853)