jayrambhia / CropperNoCropper

Instagram Style Image Cropper for Android (Library)
http://www.jayrambhia.com/project/nocropper-library
Apache License 2.0
474 stars 99 forks source link

cropper.crop() cropping incorrectly #57

Open muthuvel2 opened 2 years ago

muthuvel2 commented 2 years ago

@jayrambhia , Thanks for this great library.

Facing an issue in cropper.crop().

cropper.crop() is not producing the exact cropped image. But getCroppedBitmap() works as expected.

I'm calling the crop method in onGestureCompleted call back. getting the cropinfo and triggering the cropper.crop().

Cropper.crop window moves to left side of the image.