-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getCroppedImage Error #54
Comments
@Naviloah You can refer #52 and sample code. Thank you |
I'm loading image with "glide" and it's loading perfectly but when I try to
getCropInfo or getCroppedImage Im getting ClassCastException...so I'm
asking how to get crop result
…On Sun, 30 Aug 2020, 5:06 pm helloyako, ***@***.***> wrote:
@Naviloah <https://github.com/Naviloah>
Hello.
Thank you for using this library.
I have a question. How did you load your image?
If you load image as setImageResource or else, you should use
setImageFilePath method.
You can refer #52
<#52> and sample code
<https://github.com/naver/android-imagecropview/blob/develop/app/src/main/java/com/naver/android/helloyako/imagecropsample/crop/CropFragment.kt#L43>
.
Thank you
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK7OORNU7RULPXICWYZ7KNLSDJMG3ANCNFSM4QO32XZQ>
.
|
Yes. It's not supported by Glide. |
Ok thanks by the way I appreciate the library.."Great job"❤
…On Sun, 30 Aug 2020, 5:16 pm helloyako, ***@***.***> wrote:
Yes. It's not supported by Glide.
please call setImageFilePath method.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK7OORM44EYYHNLDEOA7KTLSDJNLDANCNFSM4QO32XZQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to getCropInfo to get cropped results, it throws exception #ClassCastException FastBitmapDrawable to BitmapDrawable
The text was updated successfully, but these errors were encountered: