Page 1 of 1

Low resolution EPS files

Posted: 2012-11-28T09:20:04-07:00
by abalamut
Hello community!
I have some strange eps file witch i need to convert to jpg (800 x 800).

Code: Select all

#identify eps.eps 
eps.eps PS 23x20 23x20+0+0 16-bit ColorSeparation DirectClass 1.91KiB 0.000u 0:00.000
ok I need to use -density parameter, lets try…

Code: Select all

convert -density 3000 eps.eps 1.png
But I output so ugly…
I can open this file in Adobe Illustrator & it look nice. What I'm missing for?
This is output
Image
This is source eps
http://ftp.redindesign.ru/AP/tmp/eps.eps.zip

Version: ImageMagick 6.5.7-8 2012-08-17 Q16

Re: Low resolution EPS files

Posted: 2012-11-28T11:44:41-07:00
by fmw42
I do not know if it is my install for IM 6.8.0.7 Q16 or your file, but I cannot open your file in IM. It will open in Mac Preview.


identify eps.eps
identify: unable to load module `/usr/local/lib/ImageMagick-6.8.0/modules-Q16/coders/ps.la': file not found @ error/module.c/OpenModule/1278.
identify: no decode delegate for this image format `eps.eps' @ error/constitute.c/ReadImage/550.


I can convert some other image to eps and then open that eps. So I am not sure what is going on here.