开发者

Retrieve the drawables from an animated gif in Android

I'd like to开发者_StackOverflow中文版 retrieve the different drawables inside an animated gif programmatically in Android.


Messy, but you aren't going to be able to do that with the standard platform tools. You'll need an animated GIF decoder library to do that on ANY platform. Take a look at http://www.mydigitallife.co.za/index.php?option=com_myblog&show=a-j2me-gif-decoderhtml&Itemid=29: it is somewhat complex but may give you the start you need to extract the individual images.

Alternatively consider doing the image extraction on a remote server.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜