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 have an image of my signature (a transparent PNG at 144dpi) that I would like to place in a blank PDF page to be used with PDFtk's stamp functionality. This is the command line I have developed so far:
I had to specify -density 300--without it, the signature was very pixelated
because of the specified -density, I could not use -page letter--I got pages too small by a factor of 72/300=0.24, so I had to manually calculate the -size geometry
Is this the best way to obtain the intended result?