[Solved] How to +append a gif and superpose the layers?
Posted: 2016-01-16T10:10:36-07:00
Hi!
I'm new to this, and have been using the search option (and read a huge part of the documentation), to no avail. Redirect me to the correct section if necessary.
I've been trying to convert an online gif's first 6 frames into an appended .png image (in order to use that as a bitmap in Rainmeter).
The thing is, the gif in question (http://www.meteox.com/images.aspx?jaar= ... n=&tijdid=) renders this result http://s28.postimg.org/nhc5mjh5p/converted.png: only the changes from the previous frame are appended (with an alpha canal on the rest, I assume).
Using the -flatten option gives me a black background on the frames 1 to 6, and I've also looked into -coerce but I can't get it to give me the result I want.
How do I use the convert tool to give me an appended .png with each frame only superposing the new contents onto the last?
Thank you very much for your time!
I'm new to this, and have been using the search option (and read a huge part of the documentation), to no avail. Redirect me to the correct section if necessary.
I've been trying to convert an online gif's first 6 frames into an appended .png image (in order to use that as a bitmap in Rainmeter).
Code: Select all
convert.exe +append "http://adressOfTheGif[0-6]" converted.png
Using the -flatten option gives me a black background on the frames 1 to 6, and I've also looked into -coerce but I can't get it to give me the result I want.
How do I use the convert tool to give me an appended .png with each frame only superposing the new contents onto the last?
Thank you very much for your time!