You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 sampleThe text was updated successfully, but these errors were encountered: