Releases: Nerojust/JetImagePicker
Releases · Nerojust/JetImagePicker
Release list
v2.0.0 — Image cropping
Added
- Optional automatic crop step:
JetImagePickerConfig.enableCrop+CropAspectRatio(Free,Square,Custom(ratioX, ratioY)). Runs between picking/capturing and compression, rendered automatically via easycrop with no extra composable required from consumers. Applies whenever exactly one image is in play — always for camera capture, and for gallery picks only when a single image was selected. - Example app demonstrates the crop feature with a live toggle (defaults to square crop).
Full Changelog: v1.0.1...v2.0.0