Posted 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
Tags: imagemagick, montage