Re: Creating a Cleared Frame GIF Animation in the MagickWand
Posted: 2012-03-09T00:19:39-07:00
I have also linked to this discussion and to the magick wand example from the IM examples area.garyb wrote: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.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
Gary
Pete the title should be "Adding a Static Background to a Cleared Frame Animation"