Releases: rroohit/ImageCropView
Releases Β· rroohit/ImageCropView
v4.0.0 β Fixed Aspect Ratios & Advanced Zoom Support
Added fixed aspect-ratio cropping support.
- Introduced new
CropTypeoptions for fixed aspect ratios:RATIO_3_2,RATIO_4_3,RATIO_16_9, andRATIO_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
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
Introducing the new Profile Crop feature, providing users with a tailored cropping experience for profile images.
Added Square type aspect ratio for image crop.
Jetpack-Compose Image Crop View
1.0.0 Image-Crop-View