Page 1 of 1

Is there anyway to know gif animation sequence?

Posted: 2007-01-19T19:50:32-07:00
by stanleyweike
When I read a animate gif into memory, is there any programming api to know how each frame inside this gif file be played in terms of sequence? like a gif have 5 frames, it is played like 1->2->4. How could I retrieve this information?

thanks

Posted: 2007-01-21T18:27:22-07:00
by anthony
Gif only plays in the order given with a posible loop to start at the end.

It can NOT skip, jump, or reverse the order of the frames. It isn't a DVD after all.

For more look at Animation Basics in IM Examples