PHP | Imagick roundCorners() Function
The Imagick::roundCorners() function is an inbuilt function in PHP which is used to round the image corners. Syntax: bool Imagick::roundCorners( float $x_rounding, float $y_rounding, float $stroke_width = 10, float $displace = 5, float $size_correction = -6 ) Parameters: This function accepts five p