Gmagick::getimagecolorspace

(PECL gmagick >= Unknown) Gets the image colorspace public int Gmagick::getimagecolorspace ( void ) Gets the image colorspace. Returns: Colorspace Exception: Throws an GmagickException on error.

Gmagick::getimagecolors

(PECL gmagick >= Unknown) Returns the color of the specified colormap index public int Gmagick::getimagecolors ( void ) Returns the color of the specified colormap index. Returns: The number of colors in image. Exception: Throws an GmagickException on error.

Gmagick::getimagechanneldepth

(PECL gmagick >= Unknown) Gets the depth for a particular image channel public int Gmagick::getimagechanneldepth ( int $channel_type ) Gets the depth for a particular image channel. Returns: Depth of image channel Exception: Throws an GmagickException on error.

Gmagick::getimagebordercolor

(PECL gmagick >= Unknown) Returns the image border color public void Gmagick::getimagebordercolor ( void ) Returns the image border color. Returns: GmagickPixel object representing the color of the border Exception: Throws an GmagickException on error.

Gmagick::getimageblueprimary

(PECL gmagick >= Unknown) Returns the chromaticy blue primary point public array Gmagick::getimageblueprimary ( void ) Returns the chromaticity blue primary point for the image. Parameters: x The chromaticity blue primary x-point. y The chromaticity blue primary y-point. Returns: Array consisting of "x" and

Gmagick::getimagebackgroundcolor

(PECL gmagick >= Unknown) Returns the image background color public void Gmagick::getimagebackgroundcolor ( void ) Returns the image background color. Returns: Returns an GmagickPixel set to the background color of the image. Exception: Throws an GmagickException on error.

Gmagick::getfilename

(PECL gmagick >= Unknown) The filename associated with an image sequence public string Gmagick::getfilename ( void ) Returns the filename associated with an image sequence. Returns: Returns a string on success. Exception: Throws an GmagickException on error.

Gmagick::getcopyright

(PECL gmagick >= Unknown) Returns the GraphicsMagick API copyright as a string public string Gmagick::getcopyright ( void ) Returns the GraphicsMagick API copyright as a string. Returns: Returns a string containing the copyright notice of GraphicsMagick and Magickwand C API. Exception: Throws an GmagickException on error.

Gmagick::gammaimage

(PECL gmagick >= Unknown) Gamma-corrects an image public Gmagick Gmagick::gammaimage ( float $gamma ) Gamma-corrects an image. The same image viewed on different devices will have perceptual differences in the way the image's intensities are represented on the screen. Specify individual gamma levels for the red, green, and blue channels, or adjust all three with the gamma parameter. Values typically range from 0.8 to 2.3.

Gmagick::frameimage

(PECL gmagick >= Unknown) Adds a simulated three-dimensional border public Gmagick Gmagick::frameimage ( GmagickPixel $color, int $width, int $height, int $inner_bevel, int $outer_bevel ) Adds a simulated three-dimensional border around the image. The width and height specify the border width of the vertical and horizontal sides of the frame. The inner and outer bevels indicate the width of the inner and outer shadows of