select only border!
Posted: 2009-06-10T10:08:05-07:00
Hello friends.
I've an image like this:
[img=http://img31.imageshack.us/img31/2829/m ... adw.th.png]
I could convert with imagemagick to this:
[img=http://img31.imageshack.us/img31/5893/ok3.th.png]
Using:
I want to select the border of the letters and just leave in black, the fill of the letters in transparent or white.
Hope you can help me
I've an image like this:
[img=http://img31.imageshack.us/img31/2829/m ... adw.th.png]
I could convert with imagemagick to this:
[img=http://img31.imageshack.us/img31/5893/ok3.th.png]
Using:
Code: Select all
convert rapid.png -matte ( +clone -fuzz 8% -transparent rgb(176,108,80) ) -compose DstOut -composite info2.png
convert info2.png -normalize -threshold 100% info.png
I want to select the border of the letters and just leave in black, the fill of the letters in transparent or white.
Hope you can help me