Page 1 of 1

eps->jpg - bad output

Posted: 2009-10-13T07:31:21-07:00
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.

Re: eps->jpg - bad output

Posted: 2009-10-13T09:55:08-07:00
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.