I'm very new to ImageMagick so please excuse my ignorance.
I'm trying to achieve this layout: https://www.dropbox.com/s/3p7ir297q2exq ... 2.png?dl=0
What I've got so far is this:
Code: Select all
convert \( image-1.png image-2.png -bordercolor white -border 20 +append \) \
\( image-3.png image-4.png -bordercolor white -border 20 +append \) \
\( image-5.png +append \) \
-bordercolor white -border 5 -gravity south -background white -append result.jpg
Any help would be great, thanks very much
Henry