Jpeg image resize causing blurring of text
Posted: 2015-04-29T01:58:22-07:00
While converting PDF to Jpg & resizing it the text is blurred and is unreadable. The output image needs to be at the most 1280 and density of 300.
The sample input file:
https://drive.google.com/file/d/0B3z58v ... sp=sharing
The command I am using:
convert.exe -density 300 Smnd.pdf[0-1] -alpha flatten -strip -filter Lanczos -resize 1280x1280 -quality 90 Smnd.jpg
ImageMagick: 6.8.8
Ghostscript: 9.06
For -resize operator I have tried numerous filters but none of them are giving a readable text expected for density of 300. The -size operator gives sharp text but the image size is huge for density of 300. Any assistance is greatly appreciated. Thank you.
The sample input file:
https://drive.google.com/file/d/0B3z58v ... sp=sharing
The command I am using:
convert.exe -density 300 Smnd.pdf[0-1] -alpha flatten -strip -filter Lanczos -resize 1280x1280 -quality 90 Smnd.jpg
ImageMagick: 6.8.8
Ghostscript: 9.06
For -resize operator I have tried numerous filters but none of them are giving a readable text expected for density of 300. The -size operator gives sharp text but the image size is huge for density of 300. Any assistance is greatly appreciated. Thank you.