Having each frame replace previous frame

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
jamespgeorge
Posts: 2
Joined: 2011-01-28T08:10:58-07:00
Authentication code: 8675308

Having each frame replace previous frame

Post by jamespgeorge »

I have a series of png images that display counties... I'd like to take this series of images and make them in to an mng animation but I need each frame to disappear as it is replaced by a new frame. Is there way to accomplish this ?

Thanks
Jim George
jgeorge@wsi.com
jamespgeorge
Posts: 2
Joined: 2011-01-28T08:10:58-07:00
Authentication code: 8675308

Re: Having each frame replace previous frame

Post by jamespgeorge »

Was able to use the -dispose function.... and finally got it to work as I wanted... Thanks
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Having each frame replace previous frame

Post by anthony »

Can you post an small example of this, please
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply