bumptech / glide

An image loading and caching library for Android focused on smooth scrolling
https://bumptech.github.io/glide/
Other
34.58k stars 6.12k forks source link

Animated WebP support? #5339

Open punkisnotdead3 opened 9 months ago

punkisnotdead3 commented 9 months ago

Why doesn't Glide support playing Animated WebP images while Fresco does? Can anyone tell me if there are plans for Glide to support playing Animated WebP images like it does for GIF images?

ag2s20150909 commented 8 months ago

setImageDecoderEnabledForBitmaps(true)

https://developer.android.com/reference/android/graphics/ImageDecoder

punkisnotdead3 commented 8 months ago

setImageDecoderEnabledForBitmaps(true)

https://developer.android.com/reference/android/graphics/ImageDecoder

but ,it is only work for >=androidP