I am new to ImageMagick and am struggling to overlay multiple images using the command line. Each image is the same size.
I can overlay one image on top of another using:
Code: Select all
convert all.png image.png -gravity center -composite all.png
Code: Select all
convert all.png image.png image2.png image3.png ....etc -gravity center -composite all.png
Please could someone tell me what the correct format is.
Many thanks