Skip to content

Category Archives: PHP

The GmagickDraw::getfillopacity() function is an inbuilt function in PHP which is used to get the opacity used when drawing using the fill color or fill… Read More
The Gmagick::getimageprofile() function is an inbuilt function in PHP which is used to get the named image profile. Syntax: string Gmagick::getimageprofile( string $name ) Parameters:… Read More
The Gmagick::destroy() function is an inbuilt function in PHP which is used to destroy the Gmagick object and frees all resources associated with it. Syntax:… Read More
The Gmagick::getimagecolors() function is an inbuilt function in PHP which is used to get the number of unique colors in the image. Syntax: int Gmagick::getimagecolors(… Read More
The Gmagick::frameimage() function is an inbuilt function in PHP which is used to add a simulated three-dimensional border around the image. The width and height… Read More
The Gmagick::getimagebordercolor() function is an inbuilt function in PHP which is used to get the image border color. Syntax: Gmagickpixel Gmagick::getimagebordercolor( void ) Parameters:This function… Read More
The Gmagick::despeckleimage() function is an inbuilt function in PHP which is used to reduce the speckle noise in an image while preserving the edges of… Read More
The Gmagick::write() function is an inbuilt function in PHP which is used to write an image to the specified filename. This is an alias of… Read More
The ImagickPixel::getColorQuantum() function is an inbuilt function in PHP which is used to get the color of the pixel in an array as Quantum values.… Read More
The GmagickDraw::bezier() function is an inbuilt function in PHP which is used to draw bezier curve. Syntax: GmagickDraw GmagickDraw::bezier( array $coordinate_array ) Parameters: This function… Read More
The Gmagick::getimagebackgroundcolor() function is an inbuilt function in PHP which is used to get the image background color. Syntax: Gmagickpixel Gmagick::getimagebackgroundcolor( void ) Parameters: This… Read More
The Gmagick::writeimage() function is an inbuilt function in PHP which is used to write an image to the specified filename. Syntax: Gmagick Gmagick::writeimage( string $filename,… Read More
The Gmagick::getfilename() function is an inbuilt function in PHP which is used to get the filename associated with an image in Gmagick object. Syntax: string… Read More
Whenever data are stored using cookies, there is a possibility of a hacker to insert some harmful data in the user’s computer to harm any… Read More
The Gmagick::setimagecolorspace() function is an inbuilt function in PHP which is used to set the image colorspace. Syntax: Gmagick Gmagick::setimagecolorspace( int $colorspace ) Parameters: This… Read More