Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
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?
"-limit area 1mb" writes most of the process to disk cache? I tried it and it used less memory but not enough to make my computer usable while the command was processing.
I guess I'll write a loop to process to convert each tiff file to a pdf and then combine.