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?".
trying to convert a pdlatex generated two-pages pdf form (white background, black text, headers with grey background) into a monochrome png always results in the first png (i.e. corresponding to the first page of the pdf) being almost completely black. This happens regardless of what threshold value I set, e.g.:
After "-monochrome", the image contains black and white only, so "-threshold" has no effect. If you want to threshold at a certain level, just do that, without "-monochrome" (or reverse the order: threshold first, then monochrome).