To create a simple proof sheet, call “montage” with a list of the images to include plus one final filename for the output. For example: This will create a montage called “mymontage.jpg” composed of the files img1.jpg, img2.jpg and img3.jpg. You can also use wildcards to include all the pictures in a directory or just those matching the wildcard (e.g. “holiday*.jpg”). Here is how to use all the JPEG images in the current directory: By default, the “montage” command will try to fit each image into a 120 x 120 thumbnail and then arrange the images (tile them) in the most optimal way. You can override this default and specify a different size for the images. To produce 180×180 thumbnails with 4 pixels on the left and right of each image and 3 pixels below, use: Note that because the +4 specifies how many pixels are on the left and right of each image, it means that the first thumbnail will be 4 pixels from the left of the contact sheet but the gap between the images will be 8 pixels, 4 on the right of the first image plus 4 on the left of the next image and so on. To add a frame to each of the images, use the “-frame” option. This option also needs a parameter to define how large the frame should be. For instance, “-frame 5” asks for a frame 5 pixels wide: You can also add a shadow using the “-shadow” option. Montage can also produce thumbnails with a Polaroid effect. In essence, the thumbnail is framed with an off-white border and a curl is added to the image. To try the Polaroid transform, use: Note that the “+polaroid” option starts with a + sign. This can then lead to some interesting effects. For example if the spacing between the photos is set to a minus number, the thumbnails can be made to overlap. Combined with the Polaroid effect, this can produce some novel output. Try the following: Or even: Another useful option is “-rotate“. It allows you to specify a rotation for each of the thumbnails. For example, to rotate each picture by 30 degrees, try: It is also possible to set the background color of the montage. The color can be set using a color name (e.g. red, aqua, maroon, green, olive and so on) or using a RGB color number (e.g. #FFFF00 for yellow). The ImageMagick website has a full list of supported color names. To set the background to a pale turquoise, use: You can even use another image as the background. To do this, use “-texture“, for example: Where “bg.jpg” is the name of the background image file. The “montage” command can be used to create some quite complex proof sheets. You can get further tips and tricks on the ImageMagick Montage Examples page. If you have any questions about using the “montage” command, please ask them in the comments below and we will see if we can help. Image credit: sunset montage by BigStockPhoto