aliase problem when converting PostScript images
Posted: 2008-07-06T15:07:51-07:00
I'm using Ghostscript 8.62 and ImageMagick 4.6.1-1.
When I convert this file:
http://fkurth.de/uwest/bugreports/test2.eps
with the command
I get this result:
http://fkurth.de/uwest/bugreports/test2.jpg
You can see that the image gets aliased.
But when I convert it to PNG instead of JPG, it the image is correctly converted without being aliased:
http://fkurth.de/uwest/bugreports/test2.png
When I convert this file:
http://fkurth.de/uwest/bugreports/test2.eps
with the command
Code: Select all
convert test2.eps test2.jpg
http://fkurth.de/uwest/bugreports/test2.jpg
You can see that the image gets aliased.
But when I convert it to PNG instead of JPG, it the image is correctly converted without being aliased:
http://fkurth.de/uwest/bugreports/test2.png