Low resolution EPS files

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
abalamut
Posts: 1
Joined: 2012-11-28T09:02:03-07:00
Authentication code: 6789

Low resolution EPS files

Post 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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Low resolution EPS files

Post 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.
Post Reply