How do I add text to animated GIF image

shakemelikeapig

New member
I need to create a new GIF image with overlaid text from an animated GIF, preferably with PHP.

Any pointers and suggestions greatly appreciated.

Using PHP with GD, I can create a new GIF image with overlaid text from a non-animated GIF. But I'm stuck when trying the same thing on animated GIF - all that's saved in the new image is the text and the first frame of the animation.

Thank you for any help you can give. A working example would be wonderful.
 
Top