How to disable animated WebP animation?
Open
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
How to disable animated WebP animation?
I tried [`dontAnimate()`](https://github.com/bumptech/glide/blob/193cf61354cc01f38b15bf1605905b49a19e6b7a/library/src/main/java/com/bumptech/glide/request/BaseRequestOptions.java#L1096) but it seems only work for Gif.
How to make this working for WebP `AnimatedImageDrawable`?
(I need to put those WebP image in recyclerView.)
Glide Version:
4.15.1
Contributor guide
Assessment
This issue has not been assessed yet.