Im trying to remove this blobs point of this image but i dont know how I use this command
convert redsult.png -background White -layers Flatten -fill Black +opaque White zzz1fy_x2.png
convert zzz1fy_x2.png -define connected-components:area-threshold=54 -connected-components -4 -auto-level ccredsult.png
convert ccredsult.png -negate ccredsuddlt.png
convert ccredsuddlt.png -background White -layers Flatten -fill Black +opaque White zzz1sssfy_x2.png
please give me a help
remove this blobs with connected components?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: remove this blobs with connected components?
see http://magick.imagemagick.org/script/co ... onents.php
try
try
Code: Select all
convert lJBhv.png -define connected-components:area-threshold=14 -define connected-components:mean-color=true -connected-components 4 result.png
Re: remove this blobs with connected components?
works thankyou so much