Page 1 of 1

Re: Concatenate tiled images into one complete image

Posted: 2009-01-03T17:23:11-07:00
by fmw42
try using +append for horizontal aligning and -append for vertical aligning

see http://www.imagemagick.org/script/comma ... php#append

e.g.

convert image_00.tif image_01.tif image_02.tif image_03.tif +append image_1.tif

etc

If necessary add -channel rgba -alpha on

see http://www.imagemagick.org/script/comma ... .php#alpha

Re: Concatenate tiled images into one complete image

Posted: 2009-01-06T20:16:07-07:00
by anthony
See IM Examples, Montage, Background and Transparency Handling.

basically set -background none and output to PNG or (if all images are boolean transparency, and low number of colors), GIF.