95 layouts

Because there’s always more than one way to do it.

Sizing down a bunch of images

Warning: MOGRIFY MODIES THE IMAGES – ERASING THE ORIGINAL – make a copy of the images before you do this!!!

mogrify -resize 1024x *.JPG 

Fixing the orientation of images

mogrify -auto-orient *.JPG

Using Montage

montage -label "%f" *.JPG \
    -shadow \
    -geometry 1000x1000+100+100 \
    montage.caption.jpg

Using pdftk to put things together