Combinine GIF images correctly and making it smaller
Posted: 2007-05-23T21:40:20-07:00
OK.. I have posted this once and somehow my user name and post disappeared so I will post it again.
I have 3+ images Images that I would like to converge and make one image. They are The background and an image of an animated flag and several images (13 of them) that contain the data. of the rain.
so far I am using the line to create the image that has puts the flag onto the background and makes it an animation.
OK here's the problem.. I have read the documentations and no idea what I need to do to get this right. That line there creates the flag and makes the flag animate and then flash off and on again and give me a 2.38MB file, which is far too big. I want to beable to put it all together where the flag animates and also the rain images (current.gif ... 1.gif ... 2.gif ... 3.gif etc etc) to all animate together and to have the smallest image file size as possible...
Can anyone please help?
I have 3+ images Images that I would like to converge and make one image. They are The background and an image of an animated flag and several images (13 of them) that contain the data. of the rain.
so far I am using the line
Code: Select all
convert googleback.gif \( ./flags/flag.gif -repage +295+275 -trim -set dispose previous \) -coalesce -loop 0 final.gif
OK here's the problem.. I have read the documentations and no idea what I need to do to get this right. That line there creates the flag and makes the flag animate and then flash off and on again and give me a 2.38MB file, which is far too big. I want to beable to put it all together where the flag animates and also the rain images (current.gif ... 1.gif ... 2.gif ... 3.gif etc etc) to all animate together and to have the smallest image file size as possible...
Can anyone please help?