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
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 methodprepareCropForOriginalImage();
from your sample