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
PHP | ImagickDraw annotation() Function
The ImagickDraw::annotation() function is an inbuilt function in PHP which is used to draw the text on the image....
read more
Node.js GM rotate() Function
The rotate() function is an inbuilt function in the GraphicsMagick library which is used to rotate the image by the specified angle. The function returns the true value of success....
read more
Node Jimp | invert
The invert() function is an inbuilt function in Nodejs | Jimp that inverts an image’s colors....
read more
PHP | Imagick adaptiveBlurImage() Function
The Imagick::adaptiveBlurImage() function is an inbuilt function in PHP which is used to add adaptive blur filter in the given image. The intensity of an adaptive blur depends is dramatically decreased at the edge of the image, whereas a standard blur is a uniform across the image. This effect makes the image unclear or less distinct....
read more
Node.js GM drawCircle() Function
The drawCircle() function is an inbuilt function in the GraphicsMagick library which is used to draw Circles with specified coordinates. The function returns the true value of success....
read more
PHP | Gmagick addImage() Function
The Gmagick::addImage() function is an inbuilt function in PHP which is used to adds new image to Gmagick object image list. This function adds a new image to Gmagick object from the current position of the source object. The Gmagick class have the ability to hold and operate on multiple images simultaneously....
read more
Node.js GM quality() Function
The quality() function is an inbuilt function in the GraphicsMagick library which is used for JPEG/MIFF/PNG/TIFF compression levels. If the filter type is 4 or less, the specified filter type is used for all scanlines:0: none, 1: sub, 2: up, 3: average, 4: Path. The function returns the true value on success....
read more
PHP | Imagick setImageDepth() Function
The Imagick::setImageDepth() function is an inbuilt function in PHP which is used to set the depth of a particular image.Syntax:...
read more
PHP | imagecolorsforindex() Function
The imagecolorsforindex() function is an inbuilt function in PHP which is used to get the colors at the given index. This function returns an array containing red, green, blue and alpha key values for specified color value.Syntax:...
read more
Node.js GM sharpen() Function
The sharpen() function is an inbuilt function in the GraphicsMagick library which is used to sharpen the image. It uses a Gaussian operator of the given radius and standard deviation (sigma)....
read more