Node Jimp | Color hue
The hue modifier is an inbuilt color modifier in Nodejs | Jimp that applies hue to an image to a given amount, from -360 to 360. It is an alias of the spin modifier....
read more
PHP | Imagick getImageMimeType() Function
The Imagick::getImageMimeType() function is an inbuilt function in PHP which is used to get MIME type of an imagick object....
read more
Node.js GM edge() Function
The edge() function is an inbuilt function in the GraphicsMagick library which is used to detect edges within an image. The function returns the true value on success....
read more
Node Jimp | Color darken
The darken modifier is an inbuilt color modifier in Nodejs | Jimp which is used to darken an image up to a given amount, ranging between 0 to 100. At 100, the image will turn into a black image....
read more
Node Jimp | Gaussian
The Gaussian() function is an inbuilt function in Nodejs | Jimp that applies a true Gaussian blur to the image but its processing is quite slow in comparison to other Jimp functions....
read more
PHP | Imagick extentImage() Function
The Imagick::extentImage() function is an inbuilt function in PHP which provides the method for setting the image size. This method sets the image size and allows to set x, y coordinates where the new area of the image begins....
read more
PHP image_type_to_extension() Function
The image_type_to_extension() function is an inbuilt function in PHP which is used to get the file extension for an image type. This function can be found in any PHP version similar or greater than 5.2.0....
read more
Node Jimp | Color saturate
The saturate modifier is an inbuilt color modifier in Nodejs | Jimp that saturates an image to a given amount, from 0 to 100....
read more
PHP | image_type_to_mime_type() Function
The image_type_to_mime_type() function is an inbuilt function in PHP which is used to get the MimeType for an imagetype returned by other different functions like getimagesize(), exif_read_data(), exif_thumbnail(), exif_imagetype() etc. The MIME stands for Multi-purpose Internet Mail Extensions. MIME types form is a standard way of classifying file types on the Internet. Internet programs such as Web servers and browsers all have a list of MIME types, so that they can transfer files of the same type in the same way, no matter what operating system they are working....
read more
PHP | Imagick setImageResolution() Function
The Imagick::setImageResolution() function is an inbuilt function in PHP which is used to set the resolution of an image object.Syntax:...
read more
PHP | Imagick flattenImages() Function
The Imagick::flattenImages() function is an inbuilt function in PHP which is used to merges the sequence of images. This is useful for combining Photoshop layers into a single image....
read more
PHP | Imagick setImageOpacity() Function
The Imagick::setImageOpacity() function is an inbuilt function in PHP which is used to set the opacity level of an Imagick object. This method is available in ImageMagick 6.3.1 or newer versions....
read more