Overlay multiple images
Posted: 2019-03-14T07:09:10-07:00
Version: ImageMagick 7.0.8-28 Q16 x86_64 2019-02-19
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:
but I am struggling to overlay more the one image at a time. Intuitively, I want to do this:
Please could someone tell me what the correct format is.
Many thanks
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