Imagick::frameImage
Adds a simulated three-dimensional border
Description
bool Imagick::frameImage
( mixed $matte_color
, int $width
, int $height
, int $inner_bevel
, int $outer_bevel
)
Parameters
-
matte_color
-
ImagickPixel object or a string representing the matte color
-
width
-
The width of the border
-
height
-
The height of the border
-
inner_bevel
-
The inner bevel width
-
outer_bevel
-
The outer bevel width
Return Values
Returns TRUE
on success.
Errors/Exceptions
Throws ImagickException on error.