I'm having trouble figuring out how to write a basic sequence to an animated gif using Wand the ImageMagick binding.
The basic convert ImageMagick commands I'm looking to reproduce in python:
convert -delay 50 -size 500x500 xc:SkyBlue \
-page +5+10 /test/wizard.gif \
-page +62+50 test/wizard2.gif \
-loop 0 animation.gif