Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I'm trying to convert vector-based images into jpeg, and I'm not really happy with the quality of the results. I thought at first that it had to do with resizing the image, but I found that a no-option operation like:
convert logo.pdf logo.jpg
produced an image with poor antialiasing and jagged edges.
What approaches are there to improve rasterization results?