Re: extract edges from this image whitout lose the color of edges ?
Posted: 2017-03-20T12:27:05-07:00
this works fine very thankyou for your asnwer
Code: Select all
convert ZrFne.png \( -clone 0 -morphology edgeout diamond:1 -threshold 0 \) -compose multiply -composite -fill white -opaque black result3.png