![]() |
VOOZH | about |
The gaussian() function is an inbuilt function in the GraphicsMagick library which is used to blur the image by the gaussian operator. It uses the radius and the standard deviation value known as sigma. The function returns the true value on success.
Syntax:
gaussian(radius, sigma)
Parameters: This function accepts two parameters as mentioned above and described below:
Return Value: This function returns the GraphicsMagick object.
Example 1:
Output:
Example 2:
Output:
Reference: