How do I set the border color for FillToBorderMethod?
How do I set the border color for FillToBorderMethod?
How do I set the border color to be used with DrawColor and the FillToBorderMethod? In MagickCore I'd just set the border_color member in the DrawInfo structure.
Re: How do I set the border color for FillToBorderMethod?
Use the DrawSetBorderColor() and DrawGetBorderColor() methods. Look for them in the ImageMagick 6.5.4-7 release available within a day or two.