Low resolution EPS files
Posted: 2012-11-28T09:20:04-07:00
Hello community!
I have some strange eps file witch i need to convert to jpg (800 x 800).
ok I need to use -density parameter, lets try…
But I output so ugly…
I can open this file in Adobe Illustrator & it look nice. What I'm missing for?
This is output
This is source eps
http://ftp.redindesign.ru/AP/tmp/eps.eps.zip
Version: ImageMagick 6.5.7-8 2012-08-17 Q16
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
Code: Select all
convert -density 3000 eps.eps 1.png
I can open this file in Adobe Illustrator & it look nice. What I'm missing for?
This is output
This is source eps
http://ftp.redindesign.ru/AP/tmp/eps.eps.zip
Version: ImageMagick 6.5.7-8 2012-08-17 Q16