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, @rupinderjeet
I'm sorry. Actually this library is supporting only setImageFilePath method for image load. setImageResource is not supported.
I need to update Usage in README.md
You should instead throw an exception in these methods if they aren't supported. If someone calls setImageResource throw execption to tell user to not use this method.
If I set a source like this,
And, set crop portion like this,
And, then, get crop-info like this,
It crashes with
Bitmap
can't be cast toFastBitmapDrawable
.The text was updated successfully, but these errors were encountered: