Tag Archives: montage

Imagemagick: use montage to proof images

The following command will create an image called montage.png that is a collection of all the .png files in the current directory. Images larger than 150px on a side will be resized, but aspect ratio is preserved. The images are separated by a 2px offset. $ montage *.png -geometry 150×150\>+2+2 montage.png

Posted in Solutions | Also tagged | Leave a comment