Slow convert on TIFF files
Posted: 2009-10-01T07:24:22-07:00
Rather new to this software, but it seems to take a very long time for the "convert" command to do anything?
I am running the following:
The server is a 3Ghz+ Intel Dual Core with 4GB 667Mhz DDR2 Ram with a single 120GB 7.2K RPM SATA2 drive (Dev/test server). I never had any problems running large processing and memory code or applications, including graphics converters; however this command locks up my system while running.
The TIFF files are exported from a German DMS system and are 2550 x 3300 at 300dpi, 1 bits/sample, CCITT Group 4 compressed. I do notice that when it did complete there had been several "unknown field with tag #####" errors which I assume it is just some junk fields added by the DMS software? However, on a side note, that same 16 page document when next ran in Tresseract for OCR listed 62 pages processes, while it only has 16..?
Any idea on how to make this process, other then using another tool?
I am running the following:
Code: Select all
convert -depth 8 -monochrome oldfile.tif newfile.tif
The TIFF files are exported from a German DMS system and are 2550 x 3300 at 300dpi, 1 bits/sample, CCITT Group 4 compressed. I do notice that when it did complete there had been several "unknown field with tag #####" errors which I assume it is just some junk fields added by the DMS software? However, on a side note, that same 16 page document when next ran in Tresseract for OCR listed 62 pages processes, while it only has 16..?
Any idea on how to make this process, other then using another tool?