Node Jimp | Crop
The crop() function is an inbuilt function in Nodejs | Jimp which is used to crop the image within specified co-ordinates and dimensions....
read more
Node.js GM thumbnail() Function
The thumbnail() function is an inbuilt function in the GraphicsMagick library which is used to make the thumbnail image of the given image. The function returns the true value of success....
read more
PHP | getimagesizefromstring() Function
The getimagesizefromstring() function is an inbuilt function in PHP which is used to get the size of an image from a string. This function accepts the image data as a string parameter and determines the image size and returns the dimensions with the file type and height/width of the image....
read more
PHP | imagefill() Function
The imagefill() function is an inbuilt function in PHP which is used to fill the image with the given color. This function performs a flood fill starting at the given coordinate (top left is 0, 0) with the given color in the image....
read more
PHP | Imagick newImage() Function
The Imagick::newImage() function is an inbuilt function in PHP which is used to creates a new image. This function creates a new image and associates ImagickPixel value as the background color....
read more
Node.js GM drawRectangle() Function
The drawRectangle() function is an inbuilt function in the GraphicsMagick library which is used to draw a rectangle with specified coordinates. The function returns the true value of success....
read more
PHP | gd_info() Function
The gd_info() function is an inbuilt function in PHP which is used to retrieve the information about the currently installed GD library. This function returns the information about the version and capabilities of the installed GD library....
read more
Node.js GM transparent() Function
The transparent() function is an inbuilt function in the GraphicsMagick library which is used to make the specified color transparent within the image. The function returns the true value of success....
read more
PHP | imagetypes() Function
The imagetypes() function is an inbuilt function in PHP which is used to return the image types supported by the PHP inbuilt installed library....
read more
PHP | Imagick cropImage() Function
The Imagick::cropImage() function is an inbuilt function in PHP which is used to extracts the region of the image.Syntax:...
read more
Node Jimp | Blur
The blur() function is an inbuilt function in Nodejs | Jimp which uses a blur algorithm that produces a similar effect to a Gaussian blur....
read more
PHP | Imagick blurImage() function
The Imagick::blurImage() function is an inbuilt function in PHP which is used to add blur filter to the image. This function returns True on success....
read more