Create a photo collage using imagemagick Posted on 14. April 200814. April 2008 by Hans-Henry Jakobsen I use imagemagick to create index images to my photo albums to get a quick overview without looking through all the pictures. This is how I create a simple photo collage using imagemagicks montage command montage -label '%t\n%wx%h' -resize 150x150 '*.JPG' -geometry +3+3 -tile 3x -frame 5 _Index.JPG Share this:FacebookX