How to add text over GIF animation?

I have a gif animation and I want to add a caption over it. How can I do that ?

3 Answers

Seems to do the job - I tested it roughly. Even has lolcats-text function :)

3

You can use convert, which is part of imageMagick:

convert -annotate +x+y "text" animation.gif

where x and y are numbers indicating the coordinates of the text where the origin is the top left hand corner of the image.

1

Opening animated .gif in Photoshop creates a layer for each frame. You can add text to those layers and and save back.

2

You Might Also Like