Search found 2 matches

by Mattdk
2015-06-11T04:35:45-07:00
Forum: Users
Topic: combine .png and .gif
Replies: 3
Views: 3132

Re: combine .png and .gif

Thanks very much for your advices.
It did not work the way I want it to, but I figured out an other way (a little bit a more time intensive way, but it worked;-) )

I first made my 48 strips:
convert fix_image_1.png frame_1.png fix_image_2.png +append animation_1.png \
convert fix_image_1.png ...
by Mattdk
2015-06-10T11:13:27-07:00
Forum: Users
Topic: combine .png and .gif
Replies: 3
Views: 3132

combine .png and .gif

Hey everybody,
I would be very pleased if anybody could help.

I am trying to create a new image with two .png and one animated .gif in the middle. So the resulting gif should look like this:

image1.png my_gif.gif image2.png

The images on the left and on the right are fix and the gif in the middle ...