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?".
convert -density 300x300 -units pixelsperinch input.pdf -background white -alpha background -alpha off -compress zip +adjoin output.tiff
to convert PDF into Images. This works good for teh most files. But there is a problem with antialias (i think). When i zoom in the output image i see that the letters in the tiff image don't have so straight edges as in the pdf file. here is a example, the left is the pdf, the right the tiff: Datei von filehorst.de laden (The website is in german in my browser, i hope there is a english version when the system language is set to english).