TIF merge program

Associate
Joined
25 Feb 2007
Posts
905
Location
Midlands
I am after a something that will read a list of TIF file locations from a CSV file and merge those with the same ID number in a column next to it, ending up with multipage TIF files.

For example:

File Path | ID
/path/to/tif/file1.tif | 0001
/path/to/tif/file2.tif | 0001
/path/to/tif/file3.tif | 0001
/path/to/tif/file4.tif | 0002
/path/to/tif/file5.tif | 0002
/path/to/tif/file6.tif | 0003

I want to end up with 3 multipage tif files - 0001.tif (3 files merged), 0002.tif (2 files merged), 0003.tif (1 file)

Quite specific I know.

Any ideas on how this could be done?

Cheers,
 
Any ideas on where I would start? I've got a bit of programming experience but no idea on how to go about this one.

Cheers,
 
Back
Top Bottom