Please add -delay to montage

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.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Please add -delay to montage

Post by fmw42 »

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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Please add -delay to montage

Post by magick »

Done.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Please add -delay to montage

Post by fmw42 »

It works in IM 7.0.8.69 beta. Thanks. See https://imagemagick.org/discourse-serve ... 86#p169596

Sorry, I forgot to check, but can you also add -layers optimize to montage? Thanks
Post Reply