Node Jimp | Color xor
The xor modifier is an inbuilt color modifier in Nodejs | Jimp which treats the two colors as bitfields and applies an XOR operation to the red, green, and blue components of the given image....
read more
Node.js GM contrast() Function
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 returns the true value on success....
read more
Node.js GM monochrome() Function
The monochrome() function is an inbuilt function in the GraphicsMagick library which is used to transform the image to black and white. The function returns the true value of success....
read more
Node Jimp | Color Lighten
The Color Lighten modifier is an inbuilt color modifier in Nodejs | Jimp that lightens the color of an image to a given amount, ranging between 0 to 100. If 100 is provided, it will result in a transparent white image....
read more
PHP | ImagickDraw rotate() Function
The ImagickDraw::rotate() function is an inbuilt function of PHP which is used to apply the specified rotation to the current coordinate space....
read more
PHP | Imagick getImageResolution() Function
The Imagick::getImageResolution() function is an inbuilt function in PHP which is used to get the resolution of an image object....
read more
Node.js GM implode() Function
The implode() function is an inbuilt function in the GraphicsMagick library which is used to implode image pixels about the center. The function returns the true value of success....
read more
PHP | Imagick newPseudoImage() Function
The Imagick::newPseudoImage() function is an inbuilt function in PHP which is used to creates a new image using ImageMagick pseudo-formats....
read more
PHP | imagetruecolortopalette() Function
The imagetruecolortopalette() function is an inbuilt function in PHP which is used to convert a true color image to a palette image....
read more
PHP | Imagick statisticImage() Function
The Imagick::statisticImage() function is an inbuilt function in PHP which is used to replace each pixel with corresponding statistic from the neighborhood of the specified width and height....
read more
Node.js GM minify() Function
The minify() function is an inbuilt function in the GraphicsMagick library which is used to minify the image. The function returns the true value of success....
read more
Node Jimp | Color desaturate
The desaturate modifier is an inbuilt color modifier in Nodejs | Jimp that desaturates an image to a given amount, from 0 to 100. If 100 amount is passed, it will result in a grayscale image....
read more