VOOZH about

URL: https://www.geeksforgeeks.org/python/pgmagick-despeckle-method-python/

⇱ Pgmagick despeckle() method - Python - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Pgmagick despeckle() method - Python

Last Updated : 4 Oct, 2021

The despeckle() function is an inbuilt function in the Pgmagick library that is used to reduce the speckles within an image. The function returns the true value of success. 

Syntax: 

emboss(radius)

Parameters: This function does not accept any parameter. 
Return Value: This function returns the Pgmagick object with image added. 
 

Input Image:  

👁 Image

Example 1:  

Output: 

👁 Image

Example 2:  

Output: 

👁 Image


 

Comment
Article Tags: