Wand the ImageMagick バインディング を使用して、基本的なシーケンスをアニメーション gif に書き込む方法がわかりません。
Pythonで再現しようとしている基本的な変換ImageMagickコマンド:
convert -delay 50 -size 500x500 xc:SkyBlue \
-page +5+10 /test/wizard.gif \
-page +62+50 test/wizard2.gif \
-loop 0 animation.gif