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!