PHP | Gmagick motionblurimage() Function
The Gmagick::motionblurimage() function is an inbuilt function in PHP which is used to simulates motion blur. This function convolves the image with a Gaussian operator of the given radius and standard deviation.Syntax:Â Â Gmagick Gmagick::motionblurimage( $radius, $sigma, $angle ) Parameters: This f