![]() |
VOOZH | about |
The sharpen() function is an inbuilt function in the Python Wand ImageMagick library which is used to sharpen the image.
Syntax:
sharpen(radius, sigma)Parameters: This function accepts four parameters as mentioned above and defined below:
- radius: This parameter stores the radius value of the sharpness.
- sigma: This parameter stores the sigma level of the sharpen image.
Return Value: This function returns the Wand ImageMagick object.
Original Image:
Example 1:
Output:
👁 ImageExample 2: