Imagick::roundCorners
(PECL imagick 2.0.0)
Imagick::roundCorners — Rounds image corners
Описание
bool Imagick::roundCorners
( float $x_rounding
, float $y_rounding
[, float $stroke_width= 10
[, float $displace= 5
[, float $size_correction= -6
]]] )
ВниманиеК настоящему
времени эта функция еще не была документирована; для ознакомления
доступен только список аргументов.
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
-
size correction
Возвращаемые значения
Returns TRUE on success.