-monochrome is an option that uses some smart dithering, and makes the output much more visible than -threshold if you intend it for human consumption:
convert -monochrome signature.png out.png Does not make much difference for such a simple image, but for larger ones, it is striking.
