Tiff conversion memory hog
Posted: 2008-07-18T12:36:41-07:00
Hi
I'm trying to convert a large number of tiffs into a single pdf file. There are about ~300 tiffs at 80KB each. I'm using the command:
The process chews up all the computer's memory (2Gs!). Are there better, more efficient ways to accomplish this task other than a simple convert command?
I'm using IM 6.4.2 Q16 on Mac OS 10.5.
Thanks!
I'm trying to convert a large number of tiffs into a single pdf file. There are about ~300 tiffs at 80KB each. I'm using the command:
Code: Select all
$ convert *.tif one_file.pdf
I'm using IM 6.4.2 Q16 on Mac OS 10.5.
Thanks!