Page 1 of 1

How do I set the border color for FillToBorderMethod?

Posted: 2009-07-31T16:05:53-07:00
by rmagick
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?

Posted: 2009-07-31T17:54:47-07:00
by magick
Use the DrawSetBorderColor() and DrawGetBorderColor() methods. Look for them in the ImageMagick 6.5.4-7 release available within a day or two.

Re: How do I set the border color for FillToBorderMethod?

Posted: 2009-07-31T18:04:32-07:00
by rmagick
Thanks!