Dear ImageMagick developers,
I have a problem in using ImageMagick to convert eps files into jpg format with Perl 5.10.
The followings are the settings for the output files:
colorspace="RGB"
density="500"
A colour profile is coded to embed into the jpg file.
Write( ) method is called to write images.
I tried both ImageMagick 6.4.0 and 6.4.9 to convert the same eps file multiple times. There will be a white or black border line added to some of the output file. Would you please help me resolve this problem? I look forward to hearing a reply from you. Thank you very much.
Yours faithfully,
Nelson Chan
extra border line after image conversion
Re: extra border line after image conversion
See if the conversion works from the command line with this command:
- convert -colorspace RGB image.eps image.jpg
Re: extra border line after image conversion
Thanks for your reply.magick wrote:See if the conversion works from the command line with this command:
If not, post a URL to your EPS image so we can download it and reproduce the problem.
- convert -colorspace RGB image.eps image.jpg
I tried with this command but the problem still exists.
Please try the links below.
http://hk.geocities.com/nelsonckw/pic1.eps
http://hk.geocities.com/nelsonckw/pic1_ ... r_line.jpg