Question: Will Glide use ImageDecoder API of Android P?
Open
enhancement
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
It might help in decoding some image formats, including even animated GIF/WEBP:
https://www.youtube.com/watch?v=LBBqTd6uOd4&feature=youtu.be&t=116
https://developer.android.com/preview/features?authuser=1#decoding-images
https://developer.android.com/reference/android/graphics/drawable/AnimatedImageDrawable
Not sure what should be done for pre-Android-P though...
According to my tests, at least for GIF, I don't see any advantage (or at least for memory usage) yet of using it , though:
https://stackoverflow.com/q/50104758/878126
Contributor guide
Assessment
This issue has not been assessed yet.