Page 1 of 1

extra border line after image conversion

Posted: 2009-02-20T01:47:49-07:00
by nelsonckw
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

Re: extra border line after image conversion

Posted: 2009-02-20T06:56:04-07:00
by magick
See if the conversion works from the command line with this command:
  • convert -colorspace RGB image.eps image.jpg
If not, post a URL to your EPS image so we can download it and reproduce the problem.

Re: extra border line after image conversion

Posted: 2009-02-22T06:02:54-07:00
by nelsonckw
magick wrote:See if the conversion works from the command line with this command:
  • convert -colorspace RGB image.eps image.jpg
If not, post a URL to your EPS image so we can download it and reproduce the problem.
Thanks for your reply.
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