How to extract frames as bitmap from webp #1216
Unanswered
KishorJena
asked this question in
Q&A
Replies: 2 comments 1 reply
-
so late i got this solution |
Beta Was this translation helpful? Give feedback.
0 replies
-
it's only have encoder no decoder, all i need is to get all the bimap arraylist of webp, each frame rate and total Duration, only solution i think i have is use webplib which is written in c/c++ that i have to import in my android studio and i didn't have experience of c/c++, as you say you create decoder but i didn't find , how i decode the animated webp file |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, please help me to decode animated webp frame by frame. I want to resize each bitmaps and later encode them into webp image file. This is not for drawing on image views. I just want to get file from local and save it to local storage.
I tried ImageMagick CLI it was working fine but it's android binding does not cover all the functionality of imagemgaick so I had to remove it. ffmpeg does not have animated decoder. After googling and exploring forums I came to here,I read that coil has animated webp decoder. At least give a pseudo code that it is possible in coil so that I will start implementing.
Beta Was this translation helpful? Give feedback.
All reactions