The Imagick class
PHP Manual

Imagick::roundCorners

(PECL imagick 2.0.0)

Imagick::roundCornersRounds image corners

Descrição

bool Imagick::roundCorners ( float $x_rounding , float $y_rounding [, float $stroke_width= 10 [, float $displace= 5 [, float $size_correction= -6 ]]] )
Aviso

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

Rounds image corners. Three last parameters are optional and rarely needed.

Parâmetros

x_rounding

x rounding

y_rounding

y rounding

stroke_width

stroke width

displace

image displace

size_correction

size correction

Valor Retornado

Retorna TRUE em sucesso.


The Imagick class
PHP Manual