[magick-users] convert eps files

luis luis at itaapy.com
Mon Jan 8 07:35:41 CST 2007


Johan Wieland a écrit :
> Hello,
> 
> 
> I installed Ghostscripts 8.54GPL, Imagemagick 6.3.1 with JPEG, LCMS and 
> TIFFsupport on a Linux Redhat Enterprise 4
> and noticed that --with-gslib does not work (failed test), so i compiled 
> Imagemagick without-gsllib
> Imagemagick has delegates.xml in /usr/local/share/ImageMagick-6.3.1/config
> 
> we will translate Photoshop-CMYK -EPS files to highquality RGB Jpeg's,
> but a EPS file of 15Mb is translated to a lowres-rgb jpeg (300Kb)
> 
> the convert commando:
> convert -quality 100 picture.eps picture.jpg or
What say
$ identify -verbose picture.eps

?


> convert -quality 100 picture.eps picture.pdf

You should not use IM to convert vector <-> vector images
use epstopdf

$ epstopdf picture.eps picture.pdf

Luis

-- 
Luis Belmar-Letelier


More information about the Magick-users mailing list