The Imagick class
PHP Manual

Imagick::roundCorners

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

Imagick::roundCornersRounds image corners

Описание

bool Imagick::roundCorners ( float $x_rounding , float $y_rounding [, float $stroke_width [, float $displace [, float $size_correction ]]] )
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

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

Список параметров

x_rounding

x rounding

y_rounding

y rounding

stroke_width

stroke width

displace

image displace

size_correction

sise correction

Возвращаемые значения

Returns TRUE on success.


The Imagick class
PHP Manual