Two animated gif - Composite one over another

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?".
agriz
Posts: 237
Joined: 2011-10-01T02:21:30-07:00
Authentication code: 8675308

Re: Two animated gif - Composite one over another

Post by agriz »

Will it not increase the image size if we use more number of frames?
As you said, It is good to keep same number of frames on both images. Is that right?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Two animated gif - Composite one over another

Post by snibgo »

Using 54 frames will make the GIF larger (in bytes) than a GIF with 24 frames.
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Two animated gif - Composite one over another

Post by fmw42 »

Different frame rates may also be important. See http://www.imagemagick.org/Usage/anim_mods/#merge
Post Reply