Node Jimp | scale
The scale() function is an inbuilt function in Nodejs | Jimp that uniformly scales the image by a factor....
read more
Node Jimp | opacity
The opacity() function is an inbuilt function in Nodejs | Jimp which multiplies the opacity of each pixel by a factor between 0 and 1....
read more
Node Jimp | Color mix
The mix modifier is an inbuilt color modifier in Nodejs | Jimp which mixes colors by their RGB component values and the amount is the opacity of the overlaying color....
read more
Node Jimp | brightness
The brightness() function is an inbuilt function in Nodejs | Jimp that adjusts the brightness of the image by a value of -1 to +1....
read more
Node | Jimp | contrast
The contrast() function is an inbuilt function in Nodejs | Jimp that adjusts the contrast of an image by a value of -1 to +1....
read more
Node Jimp | invert
The invert() function is an inbuilt function in Nodejs | Jimp that inverts an image’s colors....
read more
Node Jimp | normalize
The normalize() function is an inbuilt function in Nodejs | Jimp which normalizes the colors of an image by computing a histogram....
read more
Node Jimp | posterize
The posterize() function is an inbuilt function in Nodejs | Jimp that applies a posterize effect with n level....
read more
Node Jimp | Color shade
The tint modifier is an inbuilt color modifier in Nodejs | Jimp that mixes black color into the image....
read more
Node Jimp | Color hue
The hue modifier is an inbuilt color modifier in Nodejs | Jimp that applies hue to an image to a given amount, from -360 to 360. It is an alias of the spin modifier....
read more
Node Jimp | Color darken
The darken modifier is an inbuilt color modifier in Nodejs | Jimp which is used to darken an image up to a given amount, ranging between 0 to 100. At 100, the image will turn into a black image....
read more
Node Jimp | Gaussian
The Gaussian() function is an inbuilt function in Nodejs | Jimp that applies a true Gaussian blur to the image but its processing is quite slow in comparison to other Jimp functions....
read more