Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I have a code that works well but it needs to save multiple temporary images. So I was looking if I could merge those command to have only one image saving. That would help to make the script faster.
You did not provide your version of IM nor platform. But I assume you are on Unix. So the only way to combine these commands that I am aware is to pipe them. IM does not support combining directly between convert and montage. But you can combine successive convert commands by using parenthesis processing.