Forum und email

Imagick::roundCorners

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

Imagick::roundCorners — 画像の角を丸める

説明

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

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

警告

この関数は、 実験的 なものです。この関数の動作・ 名前・その他ドキュメントに書かれている事項は、予告なく、将来的な PHP のリリースにおいて変更される可能性があります。 この関数は自己責任で使用してください。

画像の角を丸めます。最後の 3 つのパラメータはオプションで、めったに使用することはないでしょう。

パラメータ

x_rounding

x 方向の丸め。

y_rounding

y 方向の丸め。

stroke_width

線幅。

displace

image displace

size_correction

サイズ補正。

返り値

成功した場合に TRUE を返します。