- Migrated from Bintray to JitPack.
- Using AndroidX in Sample.
CropMatrix
added. Use this to preserve the state of scale and translation.
- Pre-scaling support is here! It's just different now.
- Load scaled down version of the original image and use
CropInfo
.
- Changes in getCroppedBitmap and getCroppedBitmapAsync method.
- Fixed issue where image was being fixed to an edge.
- Added GridCallback to control when you want to show the grid.
Option to load image as fit to center. Updated resource attributes to have prefix nocropper__
. Fixed base zoom issue.
Fixed image center panning issue with min zoom. Fixed overriding of min zoom
by the view.
Fixed panning with min zoom. Async cropping support added.
Optimized cropping using canvas.
Fixed a bug where cropped image was still based on the original image and not replaced image.
Option added for users to enable/disable gestures. Option added for users to replace the bitmap (without changing the matrix)
Option added for the user to choose if they want to add padding to make the image square or not
Crop support added when the user is interacting with the image
Landscape mode support added
First Public Release