Zoombie
Zoombie

Reputation: 3610

iphone: can i convert UIImageView animation to svg/gif file?

is there any way to convert UIImageView animation which is composed of array of images to any animated format (i.e into gif/svg) in iphone?

Upvotes: 0

Views: 598

Answers (1)

Jim
Jim

Reputation: 4719

For animated GIF on iphone,here is the nice example:

http://github.com/jamesu/glgif

Upvotes: 1

Related Questions