2010-03-04

Concatenating Images with ImageMagick

It turns out that it's very easy to concatenate images with ImageMagick. For example,

montage +frame +shadow +label -tile NxM -geometry +0+0 *.jpg joined.jpg
where N is the number of tiles across and M is the number of tiles down. Courtesy of Curioso.

No comments:

Post a Comment