Forum und email

Imagick::roundCorners

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

Imagick::roundCorners — Rounds image corners

설명

bool Imagick::roundCorners ( float $x_rounding , float $y_rounding [, float $stroke_width [, float $displace [, float $size_correction ]]] )
Warning

This function is currently not documented; only the argument list is available.

Warning

This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk.

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

반환값

성공시에 TRUE를 반환합니다.