Gmagick::getimageheight

(PECL gmagick >= Unknown) Returns the image height public int Gmagick::getimageheight ( void ) Returns the image height Returns: Returns the image height in pixels. Exception: Throws an GmagickException on error.

Gmagick::getimagegreenprimary

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

Gmagick::getimagegamma

(PECL gmagick >= Unknown) Gets the image gamma public float Gmagick::getimagegamma ( void ) Gets the image gamma Returns: Returns the image gamma on success Exception: Throws an GmagickException on error.

Gmagick::getimageformat

(PECL gmagick >= Unknown) Returns the format of a particular image in a sequence public string Gmagick::getimageformat ( void ) Returns the format of a particular image in a sequence. Returns: Returns a string containing the image format on success. Exception: Throws an GmagickException on error.

Gmagick::getimagefilename

(PECL gmagick >= Unknown) Returns the filename of a particular image in a sequence public string Gmagick::getimagefilename ( void ) Returns the filename of a particular image in a sequence Returns: Returns a string with the filename of the image Exception: Throws an GmagickException on error.

Gmagick::getimageextrema

(PECL gmagick >= Unknown) Gets the extrema for the image public array Gmagick::getimageextrema ( void ) Returns an associative array with the keys "min" and "max". Throws an GmagickException on error. Returns: Returns an associative array with the keys "min" and "max". Exception: Throws an GmagickException on error.

Gmagick::getimagedispose

(PECL gmagick >= Unknown) Gets the image disposal method public int Gmagick::getimagedispose ( void ) Gets the image disposal method Returns: Returns the dispose method on success. Exception: Throws an GmagickException on error.

Gmagick::getimagedepth

(PECL gmagick >= Unknown) Gets the depth of the image public int Gmagick::getimagedepth ( void ) Gets the depth of the image. Returns: Image depth Exception: Throws an GmagickException on error.

Gmagick::getimagedelay

(PECL gmagick >= Unknown) Gets the image delay public int Gmagick::getimagedelay ( void ) Gets the image delay Returns: Returns the composite operator associated with the image. Exception: Throws an GmagickException on error.

Gmagick::getimagecompose

(PECL gmagick >= Unknown) Returns the composite operator associated with the image public int Gmagick::getimagecompose ( void ) Returns the composite operator associated with the image. Returns: Returns the composite operator associated with the image. Exception: Throws an GmagickException on error.