History always repeats itself and sometimes that's good. Here's a second chance to be part of it: tmdtc.com

Thursday 21 February 2008

imagemagick for image combination

As we're looking to choose the logo for Dedomenon, I needed to print a bunch of propositions, and wanted to put several images on one page. The best solution I found was to combine multiple images in one with imagemagick:


montage -label %f -frame 5 -tile 1x2 -background '#ffffff' -geometry +4+4 *jpg montage.jpg


It's not an optimal composition as if you have a tiny image it will still take half a page, but it was good enough for me. I'm not sure how I could have combined the images and let the software optimise the placement......

No comments: