Page 1 of 1

Stictching tiles together by filename

Posted: 2014-09-06T15:46:30-07:00
by -Badger-
New to ImageMagick, need to stitch a bunch of tiles together by filename to make one large image, something like this Image Any help appriciated. Using ImageMagick 6.8.9 on Windows

Re: Stictching tiles together by filename

Posted: 2014-09-06T18:35:19-07:00
by fmw42
see montage at

http://www.imagemagick.org/script/montage.php
http://www.imagemagick.org/Usage/montage/

Images need to be sorted into row by row format. Once sorted you can provide the list to montage. If they are already in proper order, then you can use wild cards (*) to access them all from a directory. See the -tile argument to have the desired number of columns