Node.js GM shade() Function
The shade() function is an inbuilt function in the GraphicsMagick library which is used to shade the image using a distant light source. The function returns the true value of success....
read more
Node.js GM emboss() Function
The emboss() function is an inbuilt function in the GraphicsMagick library which is used to emboss an image which means that each pixel of the image is replaced to give a 3D effect. The function returns the true value of success....
read more
Node.js GM drawArc() Function
The drawArc() function is an inbuilt function in the GraphicsMagick library which is used to draw an arc with specified coordinates. The function returns the true value of success....
read more
Node.js GM magnify() Function
The magnify() function is an inbuilt function in the GraphicsMagick library which is used to magnify the image. The function returns the true value of success....
read more
Node.js GM motionBlur() Function
The motionBlur() function is an inbuilt function in the GraphicsMagick library which is used to apply the motion blur effect using a Gaussian convolution kernel with a configurable radius, sigma, and angle. The function returns the true value of success....
read more
Node.js GM spread() Function
The spread() function is an inbuilt function in the GraphicsMagick library which is used to displace image pixels by a random amount. The function returns the true value on success....
read more
Node.js GM sepia() Function
The sepia() function is an inbuilt function in the GraphicsMagick library which is used to apply a sepia filter to an image. The function returns the true value on success....
read more
Node.js GM swirl() Function
The swirl() function is an inbuilt function in the GraphicsMagick library which is used around the center of the image. The degrees specify the tightness of the swirl....
read more
Node.js GM drawBezier() Function
The drawBezier() function is an inbuilt function in the GraphicsMagick library which is used to draw the Bezier curve with specified coordinates. The function returns the true value of success....
read more
Node.js GM roll() Function
The roll() function is an inbuilt function in the GraphicsMagick library which is used to roll an image vertically or horizontally. The function returns the true value on success....
read more
Node.js GM orderedDither() Function
The orderedDither() function is an inbuilt function in the GraphicsMagick library which is used to order dither the image. The ordered dither method is used to reduce channel or channel type argument into binary. The values of channel type are All, Intensity, Red, Green, Blue, Cyan, Magenta, Yellow, Black, and Opacity. The function returns the true value of success....
read more
Node.js GM whitePoint() Function
The whitePoint() function is an inbuilt function in the GraphicsMagick library which is used to make chromaticity white points. The function returns the true value of success....
read more