glide
glide copied to clipboard
Glide load webp failed when set RequestOptions or transform
I tried to load a webp image,and set round cornor or set centerCrop,but all load failed.
These below are my code:
Glide.with(this)
.load("https://mathiasbynens.be/demo/animated-webp-supported.webp")
.apply(RequestOptions().transform(CenterCrop(), RoundedCorners(20)))
.into(imageView)
or
Glide.with(this)
.load("https://mathiasbynens.be/demo/animated-webp-supported.webp")
.centerCrop()
.into(imageView)
Has any way to resolve them?
I tryied to change a webp image,but failed also! Do you succeeded after changed image?
在 2023年1月11日 @.***> 写道:
I am having a similar problem. However, in my case, the redirect seems to be occurring in the URL reference. GlideApp.with(imageView) .load("https://co.misskey.io/emoji/iihanashi_move.webp") .centerCrop() .into(imageView) — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
I tryied to change a webp image,but failed also! Do you succeeded after changed image? 在 2023年1月11日 @.> 写道: I am having a similar problem. However, in my case, the redirect seems to be occurring in the URL reference. GlideApp.with(imageView) .load("https://co.misskey.io/emoji/iihanashi_move.webp") .centerCrop() .into(imageView) — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.>
I still failed.
I tryied to change a webp image,but failed also! Do you succeeded after changed image? 在 2023年1月11日 @.> 写道: I am having a similar problem. However, in my case, the redirect seems to be occurring in the URL reference. GlideApp.with(imageView) .load("https://co.misskey.io/emoji/iihanashi_move.webp") .centerCrop() .into(imageView) — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: _@**.**_>
I still failed.
did u fix this ? i met this bug