I'm trying to use ImageMagick to combine a number of TIFs into one file. However, I seem to be having a problem that I believe almost has to be a bug. When I try to combine just a small number of files, I don't seem to have any problems. When I try to combine larger files, I run into serious problems.
Example 1 -- 5 TIF files
Files 1-4 are less than 10 pages, the fifth file is 29 pages. I use the following command line:
Code: Select all
convert _04*.tif test5.tif
Example 2 -- 3 large TIF files
These files are 187, 144 and 546 pages each. I use the following command line:
Code: Select all
convert _06*.tif test.tif
System Stats
Code: Select all
ImageMagick Version: ImageMagick 6.5.3-10 2009-06-19 Q16 OpenMP
Operating System: Windows XP SP3 (x86) + all recent patches
RAM: 4GB RAM
CPU: 2.5 GHz Intel Core 2 Duo T9400
HDD: 160GB capacity / 70GB free
Thanks,
-Matt