imagedecoder Questions
0
Trying to get an image size using the ImageDecoder I can't find any option to get only the size without decoding the image bitmap.
With BitmapFactory can be done with:
BitmapFactory.Options.inJus...
Plectognath asked 18/1, 2019 at 18:52
4
Solved
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...
Chiropteran asked 27/10, 2018 at 17:2
0
Background
Android P presents a new API for loading images, using ImageDecoder class.
The problem
Not much is documented about this class, so I'm just curious about its usage, and whether I shou...
Polanco asked 30/4, 2018 at 16:41
1
© 2022 - 2024 — McMap. All rights reserved.