Page 1 of 1

montage

Posted: 2010-06-23T00:00:41-07:00
by kaushalshriyan
Hi,

montage +frame +shadow +label -tile 1x5 -geometry 481x277+0+0 first.png second.png third.png fourth.png fifth.png sixth.png join.png
creates join-0.png and join-1.png

is there a way to create it as one image join.png

Please suggest/guide.

Thanks,

Kaushal

Re: montage

Posted: 2010-06-23T05:42:47-07:00
by snibgo
You have 6 input files, but specify the tiling as 1x5. What do you really want in the output?

Re: montage

Posted: 2010-06-23T10:01:17-07:00
by fmw42
As snibgo says,

change -tile 1x5 to -tile 1x6

Re: montage

Posted: 2010-06-23T18:04:02-07:00
by anthony
fmw42 wrote:As snibgo says,

change -tile 1x5 to -tile 1x6
Or to ensure you ALWAYS get one 'page' of tiles. leave one of the numbers out (or set to zero)
For example -tile 1x for a single column.

See IM examples, Montage, tiling layout control...
http://www.imagemagick.org/Usage/montage/#tile