Using PHP (GD or ImageMagick) I want to merge an animated gif with a jpg and retain the animation of the gif, the product being an animated gif.
In other words, I've got an animated gif that is 500px x 30px and needs to lay on top of a jpg thats 500px x 500px, the end result being a single animated gif.
So again, anyone know if it's possible to merge an animated gif with a jpg and retain the gifs animation?