I'm aiming to overlay several images on top of a base image.
My script would be something along the lines of
Code: Select all
composite -gravity southwest nameimg.gif base.gif nameoverbase.png
From the examples I've seen specifying geometry the offset is defined in terms of pixels. I wondered if it is possible to give the size of the base image (eg letter, or A4) and then specify the offset of the overlay in terms of inches/cms instead of pixels…
Any suggestions welcome.
Weatherbadger