8

I have 220 png images of equal height and width with the following naming convention:

A1.png, A2.png, ... V9.png, V10.png

I need to merge them into one giant image, with A1 being the top left corner, letters increasing horizontally and numbers increasing vertically. Is there a way to do this that does not involve tediously putting it together piece by piece?

Giacomo1968
  • 58,727
SubTea
  • 81

3 Answers3

11

http://www.imagemagick.org/Usage/montage/ is your friend. all you need to do is create the "right" command line.

if i think about it, all you have to do is:

ls *.png

and you got the right order already.

akira
  • 63,447
2

EDIT: 10 years have passed and most of the software below is outdated. I would today recommend the Hugin Panorama photo stitcher.


Here are some freeware image stitchers:

Microsoft's Image Composite Editor

The application takes a set of overlapping photographs of a scene shot from a single camera location and creates a high-resolution panorama incorporating all the source images at full resolution. The stitched panorama can be saved in a wide variety of formats.

alt text

Autostitch
Choose your pictures and let it format the photos into a single combined panorama. All lighting corrections and blending are done for you.

alt text

Panorama Perfect Lite
Using nodes on the blending area of each photo, you can match each structure (tree, building etc.) to ensure that there is no distortion when joining. More complex, but better stitch without the bending and distortion you sometimes get with Autostitch.

alt text

Windows Live Photo Gallery
Used for managing your photos, but the Make menu contains a "Panorama Stitcher". Select the photos from the thumbnails viewer, and the program does the rest. Cropping and adjustment is immediately at hand under the Fix menu.

alt text

Giacomo1968
  • 58,727
harrymc
  • 498,455
0

You might want to check out Photosynth - I've never used it for a project this big, but it's free and awesome.

Gareth
  • 19,080
MDMarra
  • 20,746