How can I decode animated webp using android 4.0+
Use webp like this
Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.raw.webp);
imageView.setImageBitmap(bitmap);
webp is fine. but the animated webp cannot decode the bitmap.
+3
qluan
source
to share
No one has answered this question yet
Check out similar questions:
3295
2510
421
363
7
4
2
1
1
0