Poor quality ps -> jpeg conversion with newer imagemagick

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
opoplawski
Posts: 5
Joined: 2010-02-05T16:50:16-07:00
Authentication code: 8675309

Poor quality ps -> jpeg conversion with newer imagemagick

Post by opoplawski »

With IM 6.2.8.0 on Centos 5.4 I'm able to convert following ps file:

http://www.cora.nwra.com/~orion/im/ke.ps

to jpeg and get decent lines and text quality:

Image

Using a newer versions 6.5.1.2 and 6.5.8.10 on Fedora 11/12 I get lousy lines and text quality:

Image

Other tests show png -> jpeg with poor quality, ppm -> jpeg look fine. Interestingly, with recent IM, convert uses the pngalpha device for gs conversion, and pnmraw with version 6.2.8.0.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Poor quality ps -> jpeg conversion with newer imagemagic

Post by magick »

Try this
  • convert -density 400 ke.ps.eps -resize 25% -rotate 90 -flatten ke.png
opoplawski
Posts: 5
Joined: 2010-02-05T16:50:16-07:00
Authentication code: 8675309

Re: Poor quality ps -> jpeg conversion with newer imagemagic

Post by opoplawski »

A reasonable work around I suppose, but still not sure why the behavior changed in the first place.
Post Reply