Page 1 of 1

Please add -delay to montage

Posted: 2019-10-13T13:42:15-07:00
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.

Re: Please add -delay to montage

Posted: 2019-10-13T14:15:54-07:00
by magick
Done.

Re: Please add -delay to montage

Posted: 2019-10-13T16:56:45-07:00
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