Page 1 of 1

Insert image to the right bottom

Posted: 2011-07-06T07:40:50-07:00
by ghostmansd
Dear users, could you give advice, how to combine images? I have two images; width1=width2 and height1=height2; IM must insert image2 to the right bottom of image1 and save output as image3. Thanks!

Re: Insert image to the right bottom

Posted: 2011-07-06T07:43:53-07:00
by ghostmansd
This is like as if you have two pages of book and make one big page.

Re: Insert image to the right bottom

Posted: 2011-07-06T13:07:47-07:00
by Bonzo
So if I understand you correctly you want to join two images the same size side by side.

Code: Select all

convert image1 image2 +appened image3

Re: Insert image to the right bottom

Posted: 2011-07-08T07:15:26-07:00
by ghostmansd
Thank you very much! That's correctly what I need!