La classe Imagick
PHP Manual

Imagick::borderImage

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

Imagick::borderImageSurrounds the image with a border

Description

bool Imagick::borderImage ( mixed $bordercolor , int $width , int $height )
Avertissement

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.

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

Liste de paramètres

bordercolor

ImagickPixel object or a string containing the border color

width

Border width

height

Border height

Valeurs de retour

Returns TRUE on success.

Historique

Version Description
2.1.0 Now allows a string representing the color as the first parameter. Previous versions allow only an ImagickPixel object.


La classe Imagick
PHP Manual