Is that possible to process (expand, add background and some text "below" the original image) animated gif in Python? I believe I should process each frame separately (which is a bit of performance issue, but still better than nothing) yet I can't find any working code at all.
PIL's support for animated gifs seems to be very limited
PythonMagick - well, maybe it supports but no docs at all
Wand - doesn't seem to support iterating through frames...
Any suggestions?