Skip to content

Tag Archives: PHP-function

The Imagick::colorizeImage() function is an inbuilt function in PHP which is used to blends the fill color with each pixel in the image with a… Read More
The Imagick::setRegistry() function is an inbuilt function in PHP which is used to set the ImageMagick registry entry with named key to value. This function… Read More
The Imagick::labelImage() function is an inbuilt function in PHP which is used to add label to an image. Syntax: bool Imagick::labelImage( string $label ) Parameters:… Read More
The Imagick::previewImages() function is an inbuilt function in PHP which is used to quickly pin-point appropriate parameters for image processing. It tiles 9 thumbnails of… Read More
The Imagick::compareImageChannels() function is an inbuilt function in PHP which is used to return the difference between one or more than one images. Syntax: array… Read More
The long2ip() function is an inbuilt function in PHP which converts long integer into corresponding IPv4 address in string format. Syntax: string long2ip( int $ip_in_long… Read More
The Imagick::matteFloodfillImage() function is an inbuilt function in PHP which is used to change the transparency value of a color. This function changes the transparency… Read More
The Imagick::nextImage() function is an inbuilt function in PHP which is used to move to the next image within the Imagick instance. An Imagick instance… Read More
The inet_pton() function is an inbuilt function in PHP which converts a readable format IP address into a packed 32bit IPv4 or 128bit IPv6 address.… Read More
The paintFloodFillImage() function is an inbuilt function in PHP which is used to change the color value of any pixel that matches to the target… Read More
The ip2long() function is an inbuilt function in PHP that converts IPv4 address (dotted IP address) into a long integer. Syntax:  int ip2long( string $ip_address… Read More
The Imagick::mapImage() function is an inbuilt function in PHP which is used to replace the colors of an image with the closest color from a… Read More
The Imagick::mosaicImages() function is an inbuilt function in PHP which is used to form a mosaic from images. This function uses an image sequence to… Read More
The inet_ntop() function is an inbuilt function in PHP which converts a 32bit IPv4 or 128bit IPv6 address into a readable format. Syntax: string inet_ntop(… Read More
The getprotobyname() function is an inbuilt function in PHP which returns the protocol number for a specified protocol name. Syntax: int getprotobyname( string $name )… Read More

Start Your Coding Journey Now!