I want to implement magic-wand tool like photoshop.
I found required for me functional in this library. F.e. : http://www.fmwconcepts.com/imagemagick/ ... /index.php.
This example do what I need. BUT how get boundary coordinate?Isolates a contiguous region of an image based upon a color determined from a user specified image coordinate.
Also I read all method from documentation(http://www.magickwand.org/index.html) BUT don't understood HOW get array of region border coordinates.
Thanks for any help.