Node.js GM raise() Function
The raise() function is an inbuilt function in the GraphicsMagick library which is used to lighten or darken image edges. This will create a 3-D effect. The function returns the true value of success. Syntax: raise( width, height ) Parameters: This function accepts two parameters as mentioned above