Is it possible to get the new ImageDecoder class to return Bitmaps, one frame after another, manually?
问题 Background I'm trying to go over bitmaps of animated GIF&WEBP files manually (frame by frame), so that it would work not just for Views, but on other cases too (such as a live wallpaper). The problem Animated GIF/WEBP files are supported only from Android P, using ImageDecoder API (example here) . For GIF, I wanted to try Glide for the task, but I've failed, so I've tried overcoming this, by using a library that allows to load them (here, solution here). I think it works fine. For WebP, I