Imagick::borderImage
Surrounds the image with a border
Description
bool Imagick::borderImage
( mixed $bordercolor
, int $width
, int $height
)
Parameters
-
bordercolor
-
ImagickPixel object or a string containing the border color
-
width
-
Border width
-
height
-
Border height
Return Values
Returns TRUE
on success.