Forum und email

Imagick::frameImage

(No version information available, might be only in CVS)

Imagick::frameImage — Adds a simulated three-dimensional border

说明

bool Imagick::frameImage ( ImagickPixel $matte_color , int $width , int $height , int $inner_bevel , int $outer_bevel )
Warning

本函数暂无文档,仅有参数列表。

Warning

本函数是实验性的。本函数的行为,包括函数名称以及其它任何关于本函数的文档可能会在没有通知的情况下随 PHP 以后的发布而改变。使用本函数风险自担。

Adds a simulated three-dimensional border around the image. The width and height specify the border width of the vertical and horizontal sides of the frame. The inner and outer bevels indicate the width of the inner and outer shadows of the frame.

参数

matte_color

width

height

inner_bevel

outer_bevel

返回值

Returns TRUE on success.