Thanks snibgo, your solution works perfectly, and it is also very fast.
The alternative I came up with was to use a script to
1. append the png images creating a new composed png
2. animate the new pngs
3. remove the generated pngs
Cheers
Search found 3 matches
- 2018-10-09T01:42:00-07:00
- Forum: Users
- Topic: magick animation subplot
- Replies: 2
- Views: 2896
- 2018-10-08T08:31:07-07:00
- Forum: Users
- Topic: Batch Edit
- Replies: 5
- Views: 5908
- 2018-10-08T07:46:36-07:00
- Forum: Users
- Topic: magick animation subplot
- Replies: 2
- Views: 2896
magick animation subplot
Hi everyone, I am using ImageMagick 7.0.8-12 Q16 x86_64 2018-09-23. I usually mount pngs into one gif with magick @fileorder.txt mygif.gif Now I would like to duplicate that command, i.e. have two gifs one above the other synchronized. Can I animate two sets of pngs one above the other? As an ...