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.
I have compiled IM6.4.0 with libtiff 3.82, ghostscript 8.62 gpl and libpng 1.2.25 on my Intel MacBook
I get very jagged images converting from eps to jpg/png
This will get jagged when converted to jpg - even if not resized
Maybe because the page is smaller than the base geometry?
Is this a bug and is there a workaround?
A design principle of ImageMagick is to keep operations atomic and let the user decide how to smartly apply the atomic operations. In the EPS example, adding the density and resize operations is known as supersampling. Not everyone may want supersampling so its an option in ImageMagick. As far as applying this method to all EPS files-- well that's up to you.
I am not sure what supersampling has to do with this exactly. Not if it is a 1:1 conversion.
It seems that the eps is like a document with the full original image data embedded but has smaller page setting effectively downscaling the image?
Photoshop just handles it in another way - what is correct?
1:1 conversion Imagemagick: http://server.imento.dk/im.jpg
1:1 conversion Photoshop: http://server.imento.dk/ps.jpg
IM treats the eps as 198 x 510
PS treats the eps as 827 x 2126