Quality of EPS files processed with Image Magick is poor
Posted: 2014-05-29T04:20:55-07:00
Hi,
I am facing issue with the quality of EPS files processed with ImageMagick.
ImageMagick version : ImageMagick-6.8.8-Q16
GhostScript version: gs9.14
I am using Windows 7 - 64 bit OS
I am converting EPS file to PDF using ImageMagick. My system uploads EPS as Original file and PDF preview is generated from this EPS file using ImageMagick. My system requires that the preview generated preview file dimension should be in the aspect ratio of 1024x786.
Now when the EPS is of smaller dimensions than 1024x768, then "convert.exe" generates low quality quality or distorted pdf.
Following is the command used for conversion
convert "C:\Originals\TestEPSFile.eps" -resize 1024x768 -density 72 -depth 24 "C:\Previews\TestPDFFile.PDF"
Similar issue is seen when EPS file is cropped to EPS file.
Any suggestions on what went wrong on arguments passed? or How I can resolve this issue?
I am facing issue with the quality of EPS files processed with ImageMagick.
ImageMagick version : ImageMagick-6.8.8-Q16
GhostScript version: gs9.14
I am using Windows 7 - 64 bit OS
I am converting EPS file to PDF using ImageMagick. My system uploads EPS as Original file and PDF preview is generated from this EPS file using ImageMagick. My system requires that the preview generated preview file dimension should be in the aspect ratio of 1024x786.
Now when the EPS is of smaller dimensions than 1024x768, then "convert.exe" generates low quality quality or distorted pdf.
Following is the command used for conversion
convert "C:\Originals\TestEPSFile.eps" -resize 1024x768 -density 72 -depth 24 "C:\Previews\TestPDFFile.PDF"
Similar issue is seen when EPS file is cropped to EPS file.
Any suggestions on what went wrong on arguments passed? or How I can resolve this issue?