Is what this tool does: https://ezgif.com/combine
Possible with imagemagick ? (taking two animated gifs and place them next to each other )
Note: I'm not looking to "put the frames of the gifs next to each other" (as described here: viewtopic.php?t=22117)
Thanks in advance:
- Rye
Arrange animated gifs
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Arrange animated gifs
If the two animations have the same number of frames and delays, then Imagemagick can do that. See https://imagemagick.org/Usage/anim_mods/#append. But that reference is good also. So why not try to do the same. If you have trouble, post your code and animations and we can try to help further.
__________________
Please, always provide your IM version and platform when asking questions, since syntax may differ.
Also provide your exact command line and your images, if possible.
See the top-most post in this forum "IMPORTANT: Please Read This FIRST Before Posting" at viewtopic.php?f=1&t=9620
If using Imagemagick 7, then see http://imagemagick.org/script/porting.php#cli
For novices, see
viewtopic.php?f=1&t=9620
http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/
https://github.com/ImageMagick/usage-markdown
https://imagemagick.org/script/porting.php#cli
Code: Select all
convert animation1.gif animation2.gif +append -layer optimize animation3.gif
Please, always provide your IM version and platform when asking questions, since syntax may differ.
Also provide your exact command line and your images, if possible.
See the top-most post in this forum "IMPORTANT: Please Read This FIRST Before Posting" at viewtopic.php?f=1&t=9620
If using Imagemagick 7, then see http://imagemagick.org/script/porting.php#cli
For novices, see
viewtopic.php?f=1&t=9620
http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/
https://github.com/ImageMagick/usage-markdown
https://imagemagick.org/script/porting.php#cli
Re: Arrange animated gifs
Hah, you broke a new speed record .
Nice. That is exactly what I was looking for. Looks good, the images both have the same dimensions and frame number.
(I wonder. That website, does it use imagemagick aswell ?)
EDIT: I get a "-layer" command not recognized error (both with "convert" and "magick")
https://i.ibb.co/zn2B9LQ/Screenshot-201 ... -31-17.jpg
EDIT2: Upgraded to the latest version available (ImageMagick-7.0.8-24-Q16-x64-dll.exe)
yet, still get the "-layers not recognized" error... (Now the Error code is 2123)
(PerlMagick always fails to install on my machine, but this is probably not related to the -layers issue, right ?)
What... is this due to ?
Nice. That is exactly what I was looking for. Looks good, the images both have the same dimensions and frame number.
(I wonder. That website, does it use imagemagick aswell ?)
EDIT: I get a "-layer" command not recognized error (both with "convert" and "magick")
https://i.ibb.co/zn2B9LQ/Screenshot-201 ... -31-17.jpg
EDIT2: Upgraded to the latest version available (ImageMagick-7.0.8-24-Q16-x64-dll.exe)
yet, still get the "-layers not recognized" error... (Now the Error code is 2123)
(PerlMagick always fails to install on my machine, but this is probably not related to the -layers issue, right ?)
What... is this due to ?
Version: ImageMagick-7.0.7-28-Q16-x64-static http://www.imagemagick.org
Copyright: Copyright (C) 1999-2018 ImageMagick Studio LLC
Copyright: Copyright (C) 1999-2018 ImageMagick Studio LLC