Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Contact:
Post
by fmw42 » 2019-10-13T13:42:15-07:00
Montage seems to work to create a montage of animations, but it does not seem to permit the use of -delay. Can that be added?
This works and the result is an animated gif of the 4 animated gifs.
Code: Select all
montage anim.gif anim.gif anim.gif anim.gif -tile 2x2 anim4_montage.gif
But this does not work:
Code: Select all
montage -delay 50 anim.gif anim.gif anim.gif anim.gif -tile 2x2 anim4_montage.gif
montage: unrecognized option `-delay' @ error/montage.c/MontageImageCommand/863.
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2019-10-13T14:15:54-07:00
Done.
Users browsing this forum: Bing [Bot] , Majestic-12 [Bot] and 20 guests