The suggestion did not fix the problem. I looked closer at the TIF files I'm merging and it looks like the culprit has a different resolution than the rest of the pages.
Code: Select all
identify *.tif
2006___06-0119-011_00000.tif TIFF 2544x3307 2544x3307+0+0 DirectClass 1-bit 19.625kb
2006___06-0119-011_00001.tif[1] TIFF 2544x3300 2544x3300+0+0 DirectClass 1-bit 22.0996kb
2006___06-0119-011_00002.tif[2] TIFF 2544x3300 2544x3300+0+0 DirectClass 1-bit 30.0117kb
2006___06-0119-011_00003.tif[3] TIFF 2544x3300 2544x3300+0+0 DirectClass 1-bit 32.1387kb
2006___06-0119-011_00004.tif[4] TIFF 2544x3300 2544x3300+0+0 DirectClass 1-bit 6.28516kb
2006___06-0119-011_00005.tif[5] TIFF 14800x10000 14800x10000+0+0 DirectClass 1-bit 526.352kb 0.969u 0:01
2006___06-0119-011_00006.tif[6] TIFF 2544x3300 2544x3300+0+0 DirectClass 1-bit 10.8066kb 0.063u 0:01
2006___06-0119-011_00007.tif[7] TIFF 2544x3300 2544x3300+0+0 DirectClass 1-bit 25.3906kb 0.063u 0:01
...
2006___06-0119-011_00057.tif[57] TIFF 2544x3300 2544x3300+0+0 DirectClass 1-bit 15.2969kb 0.063u 0:01
Does the solution have to be the same across all of the pages?
i.e. Should I be resizing pages as I go, changing
2006___06-0119-011_00005.tif[5] TIFF
14800x10000 14800x10000+0+0 DirectClass 1-bit 526.352kb 0.969u 0:01
to
2006___06-0119-011_00005.tif[5] TIFF
2544x3300 2544x3300 DirectClass 1-bit 526.352kb 0.969u 0:01 ?
I ran the command manually without this page and did not get the error. After adding the page back into the command, I started getting the error again. This page is a valid TIF file according to identify and opens fine with the Windows File & Fax Viewer.