Search found 2 matches

by bertez
2018-04-06T00:21:00-07:00
Forum: Users
Topic: Appending an animated gif to a static image
Replies: 3
Views: 4038

Re: Appending an animated gif to a static image

Thank you very much, both solutions worked fine!

Problem solved!
by bertez
2018-04-05T06:26:04-07:00
Forum: Users
Topic: Appending an animated gif to a static image
Replies: 3
Views: 4038

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 ...