VOOZH about

URL: https://www.geeksforgeeks.org/node-js/node-js-gm-despeckle-function/

⇱ Node.js GM despeckle() Function - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Node.js GM despeckle() Function

Last Updated : 3 Apr, 2023

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

Syntax:

despeckle()

Parameters: This function does not accept any parameter. 

Return Value: This function returns the GraphicsMagick object. 

Example 1: 

Output:

 👁 Image
 

Example 2: 

Output:

 👁 Image
 

Reference:

Comment

Explore