Please add -delay to montage
Posted: 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.
But this does not work:
montage: unrecognized option `-delay' @ error/montage.c/MontageImageCommand/863.
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
Code: Select all
montage -delay 50 anim.gif anim.gif anim.gif anim.gif -tile 2x2 anim4_montage.gif