extra border line after image conversion

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
nelsonckw

extra border line after image conversion

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: extra border line after image conversion

Post 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.
nelsonckw

Re: extra border line after image conversion

Post 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
Post Reply