[magick-users] help needed to convert .eps to .jpg
Fred Weinhaus
fmw at alink.net
Mon Jun 16 10:38:32 PDT 2008
You likely need to install the freetype and ghostscript delegate
libraries. To check type:
convert -list configure
and look at the line that starts with DELEGATES. Mine says:
DELEGATES bzlib fontconfig freetype gs jpeg jp2 lcms lqr openexr
png tiff x11 xml zlib
see http://www.imagemagick.org/download/delegates/
>Hi,
>
>I have ImageMagick-6.2.6-Q16.
>
>I am trying to convert .tif and .eps images to .jpg
>
>
>
>The convert command utility is working fine for .tif but not for .eps.
>
>I am using the below commands:
>
>
>
>convert pic1.tif pic1.jpg - this works
>
>
>
>convert GRN.EPS GRN1.jpg - this gives foll error
>
>
>
>im_convert: `%s': %s "gswin32c.exe" -q -dBATCH -dSAFER
>-dMaxBitmap=500000000 -dN
>
>OPAUSE -dAlignToPixels=0 "-sDEVICE=pnmraw" -dTextAlphaBits=4
>-dGraphicsAlphaBits
>
>=4 "-g360x259" "-r72x72"
>"-sOutputFile=C:\DOCUME~1\501609~1\LOCALS~1\Temp\3\mag
>
>ick-ljvch19r" "-fC:\DOCUME~1\501609~1\LOCALS~1\Temp\3\magick-iv6374a0"
>"-fC:\DOC
>
>UME~1\501609~1\LOCALS~1\Temp\3\magick-t10o3on0".
>
>im_convert: `%s': %s "gswin32c.exe" -q -dBATCH -dSAFER
>-dMaxBitmap=500000000 -dN
>
>OPAUSE -dAlignToPixels=0 "-sDEVICE=pnmraw" -dTextAlphaBits=4
>-dGraphicsAlphaBits
>
>=4 "-g360x259" "-r72x72"
>"-sOutputFile=C:\DOCUME~1\501609~1\LOCALS~1\Temp\3\mag
>
>ick-ljvch19r" "-fC:\DOCUME~1\501609~1\LOCALS~1\Temp\3\magick-iv6374a0"
>"-fC:\DOC
>
>UME~1\501609~1\LOCALS~1\Temp\3\magick-t10o3on0" -c showpage.
>
>im_convert: no decode delegate for this image format `GRN.EPS'.
>
>im_convert: Postscript delegate failed `GRN.EPS'.
>
>im_convert: missing an image filename `GRN1.JPG'.
>
>
>
>Please help.
>
>
>
>Thanks
>
>Vivek.
More information about the Magick-users
mailing list