JavaScript Editor Javascript debugger     Website design 


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.

Parameters

x_rounding

x rounding

y_rounding

y rounding

stroke_width

stroke width

displace

image displace

size_correction

sise correction

Return Values

Returns TRUE on success.