The process.setgroups() method is an inbuilt application programming interface of the process module which is used to set the supplementary group IDs. Syntax: process.setgroups( groups… Read More
Category Archives: Node.js
The flush() method is called on a compression stream so that it can compel zlib to return as much output as achievable at present. This… Read More
The crypto.pbkdf2Sync() method gives a synchronous Password-Based Key Derivation Function 2 i.e, (PBKDF2) implementation. Moreover, a particular HMAC digest algorithm which is defined by digest… Read More
ES6 can run on local machines, only it needs a browser and a text editor. Otherwise, ES6 can run on any host, on any OS.… Read More
The segment() function is an inbuilt function in the GraphicsMagick library which is used to segment an image by analyzing the histograms of the color… Read More
The crypto.getCurves() method is an inbuilt application programming interface of the crypto module which is used to display an array with the names of all… Read More
The crypto.getHashes() method is an inbuilt application programming interface of crypto module which is used to display the names of all the supported hash algorithms… Read More
The orderedDither() function is an inbuilt function in the GraphicsMagick library which is used to ordered dither the image. The ordered dither method is used… Read More
The channel() function is an inbuilt function in the GraphicsMagick library which is used to extract a particular channel from the image. Syntax: channel( channelType… Read More
The quality() function is an inbuilt function in the GraphicsMagick library which is used to JPEG/MIFF/PNG/TIFF compression level. If filter-type is 4 or less, the… Read More
The fs.openSync() method is an inbuilt application programming interface of fs module which is used to return an integer value that represents the file descriptor.… Read More
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… Read More
The implode() function is an inbuilt function in the GraphicsMagick library which is used to implode image pixels about the center. The function returns the… Read More
The randomThreshold() function is an inbuilt function in the GraphicsMagick library which is used to apply random threshold to the image. The function returns the… Read More
The recolor() function is an inbuilt function in the GraphicsMagick library which is used to apply a color translation matrix to the image channels. The… Read More