ps/eps conversion issue on linux box

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
venkat584
Posts: 2
Joined: 2012-01-18T03:08:33-07:00
Authentication code: 8675308

ps/eps conversion issue on linux box

Post by venkat584 »

Hi ,

We have installed "ImageMagick-6.7.4-6” on Linux machine ( 32-bit-Intel 80386-GNU/Linux 2.2.5,). we are not able to convert png to jpg images with basic installation. As per the documentation provided in (http://www.imagemagick.org/script/advan ... p#problems ) installed the png/jpeg delegate library and its header files. Now we are able to convert the png to jpg files but still we are having issues with postscript (ps/eps ) files . We are not finding the suitable ps/eps lib files. Could you please suggest us to how to resolve this issue?

We have used the below command to download and install the requisite delegate library and its header files

For JPEG files conversion - yum install libjpeg libjpeg-devel

For PNG files conversion -yum install libpng libpng-devel

Which command should we use for ps/eps files? we have installed even ghost script (ghostscript-9.04) does not work out for us.

Thanks In Advance, Venkat.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: ps/eps conversion issue on linux box

Post by fmw42 »

I am not an expert on delegates, but try Ghostscript. see http://www.ghostscript.com/
Post Reply