Looping part of animated gif

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
MikeCigarette
Posts: 1
Joined: 2014-04-01T04:32:23-07:00
Authentication code: 6789

Looping part of animated gif

Post by MikeCigarette »

Hello everybody - my first post.


I wish to loop partially animated gif. Let's say the gif is animated and consist of 300 frames.I want first 100 frames to be played normally, and 200 to 300 - loop forver. Is this possible? Or do I have to have 2 animated gifs separatly and joined in some special way?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Looping part of animated gif

Post by snibgo »

As far as I know, GIF looping can only be applied to all the frames, not a subset.
snibgo's IM pages: im.snibgo.com
Post Reply