Thank you very much, both solutions worked fine!
Problem solved!
Search found 2 matches
- 2018-04-06T00:21:00-07:00
- Forum: Users
- Topic: Appending an animated gif to a static image
- Replies: 3
- Views: 3384
- 2018-04-05T06:26:04-07:00
- Forum: Users
- Topic: Appending an animated gif to a static image
- Replies: 3
- Views: 3384
Appending an animated gif to a static image
Hi, I have an static jpg image and I want to append an animated gif below the jpg to generate a animated image combining both, this is what I want to achieve: https://i.imgur.com/SljOrcz.png I'm using this (naive) command: convert background.jpg animated.gif -append -loop 0 result.gif The problem is ...