How to Identifies and separate isolated shape from alpha?
Posted: 2013-06-06T11:01:25-07:00
Hello,
I'm working with many drawing i make everyday.
i scan them and i remove the background using :
I found a very clever script by fred aka mw42 who can do that with binaries files but i wasn't able to adapt it.
http://www.fmwconcepts.com/imagemagick/ ... /index.php
The render also seems to be very long : it will never finish with big files ( size > 1000*1000 ) even in binary.
Does anybody got an idea ?
thanks
d.
I'm working with many drawing i make everyday.
i scan them and i remove the background using :
Now, i would like to separate isolated shape using alpha channel :convert a.jpg -fuzz 25% -transparent white a.png
I found a very clever script by fred aka mw42 who can do that with binaries files but i wasn't able to adapt it.
http://www.fmwconcepts.com/imagemagick/ ... /index.php
The render also seems to be very long : it will never finish with big files ( size > 1000*1000 ) even in binary.
Does anybody got an idea ?
thanks
d.