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. Will
GD doesn't have support for animated GIF. But you could try an alternative approach, using the following class: http://www.phpclasses.org/browse/package/3163.html