Montage can use use for appending images with centering, without gaps between the images.
Code: Select all
montage -geometry '1x1+0+0<' -size 100x100 xc:red -size 30x30 xc:blue x:
Montage does not introduce gaps between *tiles*, but it does introduce gaps between *images*, since all images are padded to make equal-sized tiles.
If I could add a quick feature request to this observation, I am looking for a concise way to get a result like the following:
... a centered append of any number of images of different dimensions.
Thank you.