Page 2 of 2

Re: Creating a Cleared Frame GIF Animation in the MagickWand

Posted: 2012-03-09T00:19:39-07:00
by anthony
garyb wrote:
el_supremo wrote:I've reworked my previous code so that it does not use MagickCore and it uses CompareImageLayers instead of Deconstruct.
The latest iteration of the code is in my MagickWand examples at:
http://members.shaw.ca/el.supremo/MagickWand/bunny.htm

Pete
Thanks for posting that Pete! Is there any other official MagickWand way to delete a frame at a specific index, rather than loop through the entire image sequence and copy out every frame except 0? Seems kind of silly/overhead.

Gary
I have also linked to this discussion and to the magick wand example from the IM examples area.

Pete the title should be "Adding a Static Background to a Cleared Frame Animation"

Re: Creating a Cleared Frame GIF Animation in the MagickWand

Posted: 2012-11-11T23:51:01-07:00
by garyb
Very informative links, thank you!!

Re: Creating a Cleared Frame GIF Animation in the MagickWand

Posted: 2012-11-13T08:34:00-07:00
by el_supremo
Done. Thanks.

Pete

Re: Creating a Cleared Frame GIF Animation in the MagickWand

Posted: 2012-11-13T09:14:01-07:00
by garyb
Thanks for the pruning. :)