I have a gif animation and I want to add a caption over it. How can I do that ?
Asked
Active
Viewed 8.1k times
3 Answers
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.
thedoctar
- 183
2
http://www.online-image-editor.com/ Seems to do the job - I tested it roughly. Even has lolcats-text function :)
Justinas Dūdėnas
- 628
0
Opening animated .gif in Photoshop creates a layer for each frame. You can add text to those layers and and save back.
Justinas Dūdėnas
- 628