开发者

Decompiling animated GIF file within an app

开发者 https://www.devze.com 2023-03-20 23:04 出处:网络
I would like to download a animated GIF file (more specifically, a weather radar loop), decompile it in frames and play the contents via AnimationDrawable.

I would like to download a animated GIF file (more specifically, a weather radar loop), decompile it in frames and play the contents via AnimationDrawable.

The latter part and down开发者_运维知识库loading the image is not a problem, but the middle part is puzzling me: how on earth can I extract the separate frames from the GIF within an app?


I found an easy to use GifDecoder that did the trick for me.

0

精彩评论

暂无评论...
验证码 换一张
取 消