The Imagick class
PHP Manual

Imagick::roundCorners

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

Imagick::roundCornersRounds image corners

Descrição

bool Imagick::roundCorners ( float $x_rounding , float $y_rounding [, float $stroke_width [, float $displace [, float $size_correction ]]] )
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

sise correction

Valor Retornado

Retorna TRUE em sucesso.


The Imagick class
PHP Manual