Thank you so much! This was the final code that got the desired output: convert \( image-1.png image-2.png -bordercolor white -border 20 +append \) \ \( image-3.png image-4.png -bordercolor white -border 20 +append \) \ \-append \ \image-5.png \ -gravity center -compose over -composite \ -background ...
Hi there I'm very new to ImageMagick so please excuse my ignorance. I'm trying to achieve this layout: https://www.dropbox.com/s/3p7ir297q2exqbd/layout-2.png?dl=0 What I've got so far is this: convert \( image-1.png image-2.png -bordercolor white -border 20 +append \) \ \( image-3.png image-4.png ...