views:

367

answers:

1

I have a sequence of images (PNG format) in my iphone app. It is saved in the app's sandbox doc folder. How do I create animation file from these images?

I would prefer animated gif, but other types like video (mov/avi/etc) is ok too. I don't need audio. Just images. Thanks.

A: 

Check out this tutorial on iCodeBlog (it shows how to animate PNG files): iPhone Programming Tutorial: Animating a Game Sprite | iCodeBlog

thyrgle