glide icon indicating copy to clipboard operation
glide copied to clipboard

Glide load webp failed when set RequestOptions or transform

Open haoyd opened this issue 2 years ago • 3 comments
trafficstars

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?

haoyd avatar Jan 07 '23 03:01 haoyd

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: @.***>

haoyd avatar Jan 11 '23 03:01 haoyd

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.

haoyd avatar May 31 '23 10:05 haoyd

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

punkisnotdead3 avatar Mar 01 '24 03:03 punkisnotdead3