Introduction : The saturate modifier is an inbuilt color modifier in Nodejs | Jimp which saturates an image to a given amount, from 0 to… Read More
Category Archives: Node.js
Introduction : The scaleToFit() function is an inbuilt function in Nodejs | Jimp which scales the image to the largest size that fits inside the… Read More
Introduction : The lighten modifier is an inbuilt color modifier in Nodejs | Jimp which lightens the color of an image to a given amount,… Read More
Introduction : The blur() function is an inbuilt function in Nodejs | Jimp which uses blur algorithm that produces similar effect to a Gaussian blur. … Read More
Introduction The blit() function is an inbuilt function in Nodejs. It is used to combine two bitmap patterns. | Jimp which combines several bitmaps into… Read More
The url.host is an inbuilt application programming interface of class URL with in url module which is used to get and set the host portion… Read More
Introduction : The Gaussian() function is an inbuilt function in Nodejs | Jimp which applies a true Gaussian blur to the image but its processing… Read More
In this article, we will learn how to connect the Mysql database to the NodeJs application. Before we go deep into the coding part, let’s… Read More
Introduction Jimp is a node module used to do image processing which is provided by the npm installer. The Jimp – Javascript Image Manipulation Program is… Read More
Introduction : The pixelate() function is an inbuilt function in Nodejs | Jimp which applies pixelation effect over an image or region. Syntax: pixelate(size, x,… Read More
Introduction : The normalize() function is an inbuilt function in Nodejs | Jimp which normalizes the colors of an image by computing a histogram. Syntax: … Read More
Introduction : The brightness() function is an inbuilt function in Nodejs | Jimp which adjusts the brightness of the image by a value of -1… Read More
Introduction : The contrast() function is an inbuilt function in Nodejs | Jimp which adjusts the contrast of an image by a value of -1… Read More
Introduction : The sepia() function is an inbuilt function in Nodejs | Jimp which applies a sepia tone/wash to the image. Syntax: sepia(cb) Parameter: cb… Read More
Introduction : The opacity() function is an inbuilt function in Nodejs | Jimp which multiplies the opacity of each pixel by a factor between 0… Read More