After some trial and error the following convert arguments produce fairly good results for the fax, however, the memory used, and time it takes, well, it's fairly ridiculous! (Several gigs for a couple of pages?!)
Code: Select all
convert -normalize -density 204x196 -resize 1728x2156\! -black-threshold 30 \
-compress Fax -units PixelsPer Inch $input $output
A colleague mentioned that he thought there were ways to tell IM to sacrifice the quality of certain operations to reduce memory usage and processing time which would be ideal for this application. Is this the case, and if so, any suggestions how?
Thanks.