I'm trying to combine a number of images with equal dimensions into a single image by concatenating them without border or any decorations. However, sometimes I need to leave some of the tiles blank. I've tried this command line, but it seems to behave oddly (and contrary to documentation):
I expected an image with 3 roses and a white field in the bottom left. however, I get this:Code: Select all
montage -mode concatenate -tile 2x2 rose: rose: null: rose: im_example.png
Am I doing something wrong or is this a bug?
Thanks for your help,
Seb