Skip to main content
1 of 4

-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 

enter image description here

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