Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
This command will read the 8280 frames from the first GIF, then the 8280 frames from the second GIF, then make one very very wide image from all 16560 frames appended side-by-side. Is that really what you want to do?
Thanks you both for your comments. Turns out I simply misunderstood the function of `+append`. Indeed I am trying to join two animated gifs. That link is perfect, I'll read the docs better next time. Cheers.