montage (part of the imagemagick package) can do this.
The options are exhastive so i thoroughly recommend running man montage but here's an example I pulled to show off the perverse level of detail you can go into:
For interactive use, feh takes the prize, especially if you're dealing with a lot of images. feh -t images... and you're off. Has options to easily control thumb and total sizes, and the thumbs are clickable through to the real thing.
For printing, feh works, but montage (as per @Oli's suggestion) is probably more dependable as it handles more image formats than feh.
For completeness I should mention that gimp-plugin-registry has a plugin for Gimp ("Contact Sheet 2.0") that produces contact sheets from a directory of images, which is relatively user friendly.
montage
(part of theimagemagick
package) can do this.The options are exhastive so i thoroughly recommend running
man montage
but here's an example I pulled to show off the perverse level of detail you can go into:It makes both a webpage and a contact image.
For interactive use,
feh
takes the prize, especially if you're dealing with a lot of images.feh -t images...
and you're off. Has options to easily control thumb and total sizes, and the thumbs are clickable through to the real thing.For printing,
feh
works, butmontage
(as per @Oli's suggestion) is probably more dependable as it handles more image formats thanfeh
.For completeness I should mention that
gimp-plugin-registry
has a plugin for Gimp ("Contact Sheet 2.0") that produces contact sheets from a directory of images, which is relatively user friendly.