I have a document scanner that can only scans to single page tiffs and I need to combine them into multipage tiffs. I know Irfanview can do this, however I am open to other options.
Input, C:\Scans
:
20161001115151800_0001.tif 20161001115151800_0002.tif ... up to ... 20161001115151800_0021.tif
...and...:
20161002130918260_0001.tif 20161002130918260_0002.tif ... up to ... 20161002130918260_0025.tif
Desired Output, C:\Output
:
20161001115151800.tif 20161002130918260.tif
I am seeking a solution similar to Bulk Combine TIFFs Based on Common File Name Using Irfanview and ImageMagick: how to batch combine multiple TIFF file to a single TIFF file in a directory? however I cannot figure out how to implement the first solution as a batch file with my file structure, and the second solution uses sequential filenames which I cannot produce.
Any help is greatly appreciated!