Page 1 of 1

Combining Images to create a single image

Posted: 2011-04-07T19:24:34-07:00
by jorma
Hi Folks -

I am trying to create a single image from 8 different images, and wondering if someone could point me in the right direction. An example of the images I would like to combine are located here: http://jorma.com/misc/moon/ Essentially I would like to have each image added below the previous image to create a complete image of the moon. I was playing around with 'montage', but not able to get it. Any suggestions would be appreciated. Thanks!

- Jorma

Re: Combining Images to create a single image

Posted: 2011-04-07T19:54:50-07:00
by fmw42
convert image1.jpg image2.jpg ... imageN.jpg -append resultimage.

see -append http://www.imagemagick.org/script/comma ... php#append and http://www.imagemagick.org/Usage/layers/#append

Re: Combining Images to create a single image

Posted: 2011-04-07T20:17:57-07:00
by jorma
Works perfect! Thanks!!!

- Jorma