Gmagick::getimageresolution

(PECL gmagick >= Unknown) Gets the image X and Y resolution public array Gmagick::getimageresolution ( void ) Returns the resolution as an array. Returns: Returns the resolution as an array. Exception: Throws an GmagickException on error.

Gmagick::getimagerenderingintent

(PECL gmagick >= Unknown) Gets the image rendering intent public int Gmagick::getimagerenderingintent ( void ) Gets the image rendering intent Returns: Extracts a region of the image and returns it as a a new wand Exception: Throws an GmagickException on error.

Gmagick::getimageredprimary

(PECL gmagick >= Unknown) Returns the chromaticity red primary point public array Gmagick::getimageredprimary ( void ) Returns the chromaticity red primary point as an array with the keys "x" and "y". Returns: Returns the chromaticity red primary point as an array with the keys "x" and "y". Exception: Throws an GmagickException on error.

Gmagick::getimageprofile

(PECL gmagick >= Unknown) Returns the named image profile. public string Gmagick::getimageprofile ( string $name ) Returns the named image profile. Returns: Returns a string containing the image profile. Exception: Throws an GmagickException on error.

Gmagick::getimagemattecolor

(PECL gmagick >= Unknown) Returns the image matte color public void Gmagick::getimagemattecolor ( void ) Returns GmagickPixel object on success. Throw an GmagickException on error. Returns: Returns GmagickPixel object on success. Exception: Throws an GmagickException on error.

Gmagick::getimagematte

(PECL gmagick >= Unknown) Check if the image has a matte channel public int Gmagick::getimagematte ( void ) Returns TRUE if the image has a matte channel, otherwise FALSE. Returns: Returns TRUE if the image has a matte channel, otherwise FALSE. Exception: Throws an GmagickException on error.

Gmagick::getimageiterations

(PECL gmagick >= Unknown) Gets the image iterations public int Gmagick::getimageiterations ( void ) Gets the image iterations. Returns: Returns the image iterations as an integer. Exception: Throws an GmagickException on error.

Gmagick::getimageinterlacescheme

(PECL gmagick >= Unknown) Gets the image interlace scheme public int Gmagick::getimageinterlacescheme ( void ) Gets the image interlace scheme. Returns: Returns the interlace scheme as an integer on success Exception: Throws an GmagickException on error.

Gmagick::getimageindex

(PECL gmagick >= Unknown) Gets the index of the current active image public int Gmagick::getimageindex ( void ) Returns the index of the current active image within the Gmagick object. Returns: Index of current active image Exception: Throws an GmagickException on error.

Gmagick::getimagehistogram

(PECL gmagick >= Unknown) Gets the image histogram public array Gmagick::getimagehistogram ( void ) Returns the image histogram as an array of GmagickPixel objects. Throw an GmagickException on error. Returns: Returns the image histogram as an array of GmagickPixel objects. Exception: Throws an GmagickException on error.