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
Concatenate tiled images into one complete image
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Concatenate tiled images into one complete image
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.
basically set -background none and output to PNG or (if all images are boolean transparency, and low number of colors), GIF.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/