eps->jpg - bad output

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
froggy
Posts: 2
Joined: 2009-10-13T06:59:17-07:00
Authentication code: 8675309

eps->jpg - bad output

Post by froggy »

I'm having a problem with ImageMagick 6.2.5 05/02/06 Q16 on Linux server. I'm converting eps images to jpg by this command:

Code: Select all

mogrify -density 300 -colors 512 -antialias -background white -normalize -units PixelsPerInch -quality 100   colorspace RGB -resize 3425x3425 -format jpg *.eps
On Linux server (ImageMagick 6.2.5 05/02/06 Q16) with some files it outputs this: http://skoumal.name/imagemagick/badfile.jpg. It happens only sometimes.
But on my Windows machine (ImageMagick 6.5.2-9 2009-05-26 Q16 OpenMP) it always convert eps files correct. (http://skoumal.name/imagemagick/goodfile.jpg)

Input file: http://skoumal.name/imagemagick/inputfile.eps

Can someone help me with this problem?

Sorry for my bad english. If you don't understand me, i can describe my problem better.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: eps->jpg - bad output

Post by magick »

It looks like there is a bug in either ImageMagick 6.2.5 or Ghostscript. Upgrade either or both of these applications and your problem should go away.
Post Reply