Node.js GM crop() Function
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 coordinates. The function returns the true value on success....
read more
PHP | Imagick rotateImage() Function
The Imagick::rotateImage() function is an inbuilt function in PHP which is used to rotate an image by a given angle and the empty spaces filled with given color....
read more
Node.js GM drawLine() Function
The drawLine() function is an inbuilt function in the GraphicsMagick library which is used to draw the line with specified coordinates. The function returns the true value of success....
read more
Node Jimp | Color tint
The tint modifier is an inbuilt color modifier in Nodejs | Jimp which mixes white color into the image....
read more
PHP | Imagick appendImages() Function
The Imagick::appendImages() function is an inbuilt function in PHP which is used to append set of images. This function appends a set of images into a single image....
read more
Node Jimp | flip
The flip() function is an inbuilt function in Nodejs | Jimp which flips the image horizontally or vertically. The default settings are to flip the image horizontally....
read more
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
PHP | imagerectangle() Function
The imagerectangle() function is an inbuilt function in PHP which is used to draw the rectangle....
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
PHP | ImagickDraw polygon() Function
The ImagickDraw::polygon() function is an inbuilt function in Imagick library in PHP which is used to draw a polygon using the specified array of coordinates....
read more
PHP | Gmagick resizeimage() Function
The Gmagick::resizeimage() function is an inbuilt function in PHP which is used to scale an image in given dimensions with a filter.Syntax:...
read more