How to tile in left-right-bottom-top order in imag

2019-07-27 09:15发布

问题:

I have a several sets of numbered png images (mostly 00-23 but some are different lengths) that I am trying to combine in imagemagick montage, but I need to have them tiled in left-right-bottom-top instead of left-right-top-bottom order. How can I do this?

回答1:

You could use the "-scene" command to specify the "tile number". Check out the imagemagick documentation here.