Node.js GM thumbnail() Function
The thumbnail() function is an inbuilt function in the GraphicsMagick library which is used to make the thumbnail image of the given image. The function returns the true value of success....
read more
Node.js GM drawRectangle() Function
The drawRectangle() function is an inbuilt function in the GraphicsMagick library which is used to draw a rectangle with specified coordinates. The function returns the true value of success....
read more
Node.js GM transparent() Function
The transparent() function is an inbuilt function in the GraphicsMagick library which is used to make the specified color transparent within the image. The function returns the true value of success....
read more
Node.js GM resize() Function
The resize() function is an inbuilt function in the GraphicsMagick library which is used to resize an image. The function returns the true value of success....
read more
Node.js GM write() Function
The write() function is an inbuilt function in the GraphicsMagick library which is used to write an image to a file. If a file already exists, then it will be overwritten. The function returns the true value of success....
read more
Node.js GM crop() Function
The crop() function is an inbuilt function in the GraphicsMagick library which is used to remove the unwanted areas of the image by specifying the coordinates. The function returns the true value on success....
read more
Node.js GM drawLine() Function
The drawLine() function is an inbuilt function in the GraphicsMagick library which is used to draw the line with specified coordinates. The function returns the true value of success....
read more
Node.js GM rotate() Function
The rotate() function is an inbuilt function in the GraphicsMagick library which is used to rotate the image by the specified angle. The function returns the true value of success....
read more
Node.js GM drawCircle() Function
The drawCircle() function is an inbuilt function in the GraphicsMagick library which is used to draw Circles with specified coordinates. The function returns the true value of success....
read more
Node.js GM quality() Function
The quality() function is an inbuilt function in the GraphicsMagick library which is used for JPEG/MIFF/PNG/TIFF compression levels. If the filter type is 4 or less, the specified filter type is used for all scanlines:0: none, 1: sub, 2: up, 3: average, 4: Path. The function returns the true value on success....
read more
Node.js GM sharpen() Function
The sharpen() function is an inbuilt function in the GraphicsMagick library which is used to sharpen the image. It uses a Gaussian operator of the given radius and standard deviation (sigma)....
read more
Node.js GM threshold() Function
The threshold() function is an inbuilt function in the GraphicsMagick library which is used to modify the image such that any pixel’s intensity value greater than the threshold is assigned the maximum intensity (white), or otherwise is assigned the minimum intensity (black). The function returns the true value of success....
read more