Mobile app version of vmapp.org
Login or Join
Sue6373160

: How to axis-align concatenated images with ImageMagick's montage command? I have this image: And I want to tile the image so that the result looks like this: I need this to be performed

@Sue6373160

Posted in: #Imagemagick

I have this image:



And I want to tile the image so that the result looks like this:



I need this to be performed for a time-sequence of images, and there are a lot of them, so I want to script the procedure. I have tried convert +append and montage but I can't seem to get the result.

The command

montage -tile 2x -geometry 800x800 lent-scaled.png lent-scaled.png lent-scaled.png result.png


results with:



Is it possible to have this kind of axis-aligned tiling with ImageMagick at all? I didn't find any such hints in the Montage documentation.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Sue6373160

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme