eps->jpg - bad output
Posted: 2009-10-13T07:31:21-07:00
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:
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.
Code: Select all
mogrify -density 300 -colors 512 -antialias -background white -normalize -units PixelsPerInch -quality 100 colorspace RGB -resize 3425x3425 -format jpg *.eps
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.