Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
This works great, but I am now looking for a way to draw a filled polygon over the detected colour area, rather than simply flood-filling it. Is it possible to get the location of the points bounding the detected area to pass into -draw polygon?
I've just had another idea: Is it be possible to apply the result of the floodfill to a separate mask image rather than the source image? If so, how would I do this?