PHP | ImagickDraw line() Function
The ImagickDraw::line() function is an inbuilt function in Imagick library of PHP which is used to draw a line. This function draw the line using the current stroke color, stroke opacity, and stroke width....
read more
PHP | Imagick thumbnailImage() Function
The Imagick::thumbnailImage() function is an inbuilt function in PHP which is used to changes the size of an image to the given dimensions and removes any associated profiles. The goal of this function is to produce small, low-cost thumbnail images suited for display on the Web....
read more
Node Jimp | Blit
Introduction The blit() function is an inbuilt function in Nodejs. It is used to combine two bitmap patterns. | Jimp which combines several bitmaps into one using a boolean function....
read more
PHP | ImagickDraw circle() Function
The ImagickDraw::circle() function is an inbuilt function in Imagick library of PHP which is used to draw a circle....
read more
Node.js GM resize() Function
The resize() function is an inbuilt function in the GraphicsMagick library which is used to resize an image. The function returns the true value of success....
read more
Node.js GM write() Function
The write() function is an inbuilt function in the GraphicsMagick library which is used to write an image to a file. If a file already exists, then it will be overwritten. The function returns the true value of success....
read more
Node Jimp | pixelate
The pixelate() function is an inbuilt function in Nodejs | Jimp that applies the pixelation effect over an image or region....
read more
Node Jimp | Color grayscale
Introduction...
read more
Node Jimp | scaleToFit
The scaleToFit() function is an inbuilt function in Nodejs | Jimp that scales the image to the largest size that fits inside the rectangle that has the given width and height....
read more
PHP | Imagick addImage() Function
The Imagick::addImage() function is an inbuilt function in PHP which is used to adds new image to Imagick object image list. After the operation iterator position is moved at the end of the list. This function adds new image to Imagick object from the current position of the source object. The Imagick class have the ability to hold and operate on multiple images simultaneously....
read more
PHP | Imagick readImageBlob() Function
The Imagick::readImageBlob() function is an inbuilt function in PHP which is used to read an image from a binary string....
read more
PHP | Imagick annotateImage() Function
The Imagick::annotateImage() function is an inbuilt function in PHP which is used to annotates an image with text. This function returns True on success....
read more