Page 1 of 1

How to montage ?

Posted: 2014-02-13T01:58:04-07:00
by limannzerga
Hi all,

I would like to make a montage between 2 images, the first with a size (a*b pixels), the second with a smallest size (c*d) an a special location (e and f pixels).
I should use the geometry command, but i dont know how to handle it.

Thank you for the answers

Limann

Re: How to montage ?

Posted: 2014-02-13T02:29:04-07:00
by snibgo
It could be something like this, using two in-built images as sources:

Code: Select all

convert wizard: rose: -geometry +230+240 -composite c.png

Re: How to montage ?

Posted: 2014-02-13T03:03:54-07:00
by limannzerga
Perfect !