Skip to main content
4 of 4
added 13 characters in body

ImageMagick convert -monochrome

The -monochrome option 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 

enter image description here

Does not make much difference for such a simple image, but for larger ones, it is striking: