MagickBorderImage
MagickBorderImage -- surrounds the current active image with a colored border
Description
bool MagickBorderImage( MagickWand mgck_wnd, PixelWand bordercolor, float width, float height )
Surrounds the current active image with a border of the color defined by the bordercolor PixelWand.
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |
| bordercolor | The border color PixelWand. |
| width | The border width. |
| height | The border height |