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

Applying cropping to the Rotated image was not working #54

Open NaveenKadiyala opened 4 years ago

NaveenKadiyala commented 4 years ago

Hi, thanks for the library it was cool and have the features i needed. I was facing an issue found this in your sample app too. When i was trying to crop the original image after setting the rotation it was not working. pls check once and let me know any possible solution.

Note : It was working with BitmapResult result = mImageView.getCroppedBitmap(); But not working when i try to crop the original image from this method prepareCropForOriginalImage(); from your sample