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
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to