Philip Webb writes: > I have a lot of images scanned from old negatives of non-standard sizes, > which I had to split up into halves or quarters to process; > I was careful to use the same settings for each of the sub-parts. > Now I want to reassemble them into the original whole pictures. > > There are several apps which might do this. > Jonathan Corbet describes using Hugin (LWN 090910); > there's also Krita & Gimp & perhaps Imagemagick. > I have Imagemagick installed, but the others need a number of deps. > > Before I go to a lot of trouble emerging + exploring on my own, > has anyone else done this kind of job successfully & what did they use ?
I'd use ImageMagick's montage command. You have to find out how exactly to do this, but once you know this, you can automate this and process them all at once in a loop. If you're not so much into shell scripting, ask again here. Sorry, I cannot give you an example right now, but see http://www.imagemagick.org/Usage/ and expecially http://www.imagemagick.org/Usage/montage/ , the latter should have the information. Wonko

