ImageMagick Text Conversion Advice
Posted: 2015-10-22T21:31:22-07:00
Hi,
I use ImageMagick internally for our faxes and we've had some success with the majority of outputs, especially with image dithering however I'm having issues with the text on the document - it looks distorted?
This occurs with any input, word documents, pdf, etc. I've attached an example output. Is there any parameter I can add to my command that will sharpen text up and/or any suggestions?
Thanks
I use ImageMagick internally for our faxes and we've had some success with the majority of outputs, especially with image dithering however I'm having issues with the text on the document - it looks distorted?
This occurs with any input, word documents, pdf, etc. I've attached an example output. Is there any parameter I can add to my command that will sharpen text up and/or any suggestions?
Code: Select all
convert -alpha off -density 204x98 input.pdf -resize '1728x2255' -dither FloydSteinberg +antialias -compress fax -units PixelsPerInch output.tiff