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 ...
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 ^^
combinated gif, it's possible?
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: combinated gif, it's possible?
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.
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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: combinated gif, it's possible?
The only thing you can do, is to prepare a sequence of looped images and insert it into the animated GIF.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: combinated gif, it's possible?
They must have the same delay to be merged.ronco wrote:The only thing you can do, is to prepare a sequence of looped images and insert it into the animated GIF.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: combinated gif, it's possible?
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
Start with...
http://www.imagemagick.org/Usage/anim_mods/#merging
And the discussion
viewtopic.php?t=12573
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: combinated gif, it's possible?
The MNG format allows multiple loops and nested loops.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: combinated gif, it's possible?
Some information (or pointers) to how to do that with MNG would be good.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/