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?".
Sorry I don't understand what you want as the result? Is it just an outline of the letters? If so use -edge (see http://www.imagemagick.org/script/comma ... s.php#edge) after you current processing to make black and white.
convert ok3.png -background white -flatten -edge 1 -negate ok3_fw_e1n.png
Last edited by fmw42 on 2009-06-10T11:10:58-07:00, edited 2 times in total.