Insert image to the right bottom
-
- Posts: 24
- Joined: 2011-03-21T09:27:47-07:00
- Authentication code: 8675308
Insert image to the right bottom
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!
-
- Posts: 24
- Joined: 2011-03-21T09:27:47-07:00
- Authentication code: 8675308
Re: Insert image to the right bottom
This is like as if you have two pages of book and make one big page.
Re: Insert image to the right bottom
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
-
- Posts: 24
- Joined: 2011-03-21T09:27:47-07:00
- Authentication code: 8675308
Re: Insert image to the right bottom
Thank you very much! That's correctly what I need!