Skip to content

Releases: rroohit/ImageCropView

v4.0.0 β€” Fixed Aspect Ratios & Advanced Zoom Support

02 Mar 07:36

Choose a tag to compare

Added fixed aspect-ratio cropping support.

  • Introduced new CropType options for fixed aspect ratios: RATIO_3_2, RATIO_4_3, RATIO_16_9, and RATIO_9_16.

Add image zoom and pan functionality to the crop view.

  • Implemented pinch-to-zoom and double-tap-to-zoom logic in CropUtil.kt, including coordinate mapping between zoomed canvas and source image.

New in Version 3.0.0

10 Jul 16:12
d0201cb

Choose a tag to compare

Enhanced UI: The crop area rectangle now features corners with extra lines extending outside the rectangle, providing better visual feedback and easier handling.

Added new feature in croping type

19 May 06:58
2458b57

Choose a tag to compare

Introducing the new Profile Crop feature, providing users with a tailored cropping experience for profile images.

Added Square type aspect ratio for image crop.

24 Mar 12:25

Choose a tag to compare

New Feature

Introducing an Square Image Crop Type in this release.

Fixed #1

Jetpack-Compose Image Crop View

26 Dec 07:28

Choose a tag to compare

1.0.0

Image-Crop-View