msgbartop
A cronological documentation test project, nothing serious, really!
msgbarbottom

14 Apr 08 Create a photo collage using imagemagick

Posted by

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: ,

Leave a Comment

You must be logged in to post a comment.