Stictching tiles together by filename

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
-Badger-
Posts: 1
Joined: 2014-09-06T15:40:27-07:00
Authentication code: 6789

Stictching tiles together by filename

Post 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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Stictching tiles together by filename

Post 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
Post Reply