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… Read More
Tag Archives: Node.js-GM
The negative() function is an inbuilt function in the GraphicsMagick library which is used to replace every pixel with its complementary color. The function returns… Read More
The gaussian() function is an inbuilt function in the GraphicsMagick library which is used to blur the image by the gaussian operator. It uses the… Read More
The contrast() function is an inbuilt function in the GraphicsMagick library which is used to enhance or reduce the contrast of the image. The function… Read More
The median() function is an inbuilt function in the GraphicsMagick library which is used to apply a median filter to the image. The function returns… Read More
The crop() function is an inbuilt function in the GraphicsMagick library that allows you to resize images. The function returns the true value on success. … Read More
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… Read More
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… Read More
The gamma() function is an inbuilt function in the GraphicsMagick library which is used to level of gamma correction. The function returns the true value… Read More
The lower() function is an inbuilt function in the GraphicsMagick library which is used to create a pseudo-3D lowering effect of the image edges. The… Read More
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… Read More
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… Read More
The shave() function is an inbuilt function in the GraphicsMagick library which is used to shave the image pixels from the edges which specifies the… Read More
The solarize() function is an inbuilt function in the GraphicsMagick library which is used to negate all pixels above the threshold level. The function returns… Read More
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… Read More