The Imagick class
PHP Manual

Imagick::roundCorners

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

Imagick::roundCornersRounds image corners

Beschreibung

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

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

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

Parameter-Liste

x_rounding

x rounding

y_rounding

y rounding

stroke_width

stroke width

displace

image displace

size_correction

sise correction

Rückgabewerte

Liefet TRUE bei Erfolg.


The Imagick class
PHP Manual