Page 1 of 1

combinated gif, it's possible?

Posted: 2014-02-19T09:11:20-07:00
by jgespi
Hello, I pass by here with a concern ...

Is it possible manipulate loop into an animated gif? Typically the gif plays continuously from beginning to end, with loop option, but is it possible that you can enter events so that they can achieve inner loops in animation? I refer the attached diagram to see if I can explain my point ...

Image

The idea would be this ... for example, from a gif animated, getting that a group of them plays a given number of times, and then continue playing the remaining frames and then return to beginning, to repeat the cycle mentioned ... it would be a way to optimize file space, eliminating redundant entire sequences, something like combinated gifs into a single gif

Thanks for any help ^^

Re: combinated gif, it's possible?

Posted: 2014-06-02T20:32:35-07:00
by anthony
Nope.

GIF has loop for the whole GIF. It is all or nothing.

Most other animation formats don't even have that, just one continuious sequence.

Re: combinated gif, it's possible?

Posted: 2014-07-12T04:43:46-07:00
by ronco
The only thing you can do, is to prepare a sequence of looped images and insert it into the animated GIF.

Re: combinated gif, it's possible?

Posted: 2014-07-12T08:09:34-07:00
by fmw42
ronco wrote:The only thing you can do, is to prepare a sequence of looped images and insert it into the animated GIF.
They must have the same delay to be merged.

Re: combinated gif, it's possible?

Posted: 2014-07-13T16:55:27-07:00
by anthony
There is a how topic and discussions on merging multiple GIF animations together.

Start with...
http://www.imagemagick.org/Usage/anim_mods/#merging

And the discussion
viewtopic.php?t=12573

Re: combinated gif, it's possible?

Posted: 2014-08-02T06:43:01-07:00
by glennrp
The MNG format allows multiple loops and nested loops.

Re: combinated gif, it's possible?

Posted: 2014-08-03T21:55:29-07:00
by anthony
Some information (or pointers) to how to do that with MNG would be good.