[android-developers] Re: Read Image with multiple Frames - Animated Gif

2009-02-04 Thread Mike Reed
Sorry, the decoders don't expose per-frameness yet. It may seem awkward, but you can load a Movie, and then draw each frame into an offscreen bitmap, and then save/compress those into separate files. On Tue, Feb 3, 2009 at 5:23 PM, Siva Rajaraman wrote: > > Hello Everyone, > > I would like to k

[android-developers] Re: Read Image with multiple Frames - Animated Gif

2009-02-04 Thread Siva Rajaraman
Thank you for your reply Mike. Do you know how to draw each frame into a bitmap?? Thanks Siva On Feb 4, 7:30 am, Mike Reed wrote: > Sorry, the decoders don't expose per-frameness yet. > > It may seem awkward, but you can load a Movie, and then draw each > frame into an offscreen bitmap, and t