Imagick Image Library
PHP Manual

Imagick::borderImage

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

Imagick::borderImage — Surrounds the image with a border

Descrição

bool Imagick::borderImage ( ImagickPixel $bordercolor , int $width , int $height )
Aviso

Esta função não está documentada, somente a lista de argumentos está disponível.

Aviso

Esta função é EXPERIMENTAL. Isso quer dizer que o comportamento desta função e seu nome, incluindo TUDO o que está documentado aqui pode mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use esta função por sua própria conta e risco.

Surrounds the image with a border of the color defined by the bordercolor ImagickPixel object.

Parâmetros

bordercolor

ImagickPixel object containing the border color

width

Border width

height

Border height

Valor Retornado

Retorna TRUE em sucesso.


Imagick Image Library
PHP Manual