Imagick::getImageIterations

(PECL imagick 2.0.0) Gets the image iterations int Imagick::getImageIterations ( void ) Gets the image iterations. Returns: Returns the image iterations as an integer. Exception: Throws ImagickException on error.

Imagick::getImageInterpolateMethod

(PECL imagick 2.0.0) Returns the interpolation method int Imagick::getImageInterpolateMethod ( void ) Returns the interpolation method for the specified image. The method is one of the Imagick::INTERPOLATE_* constants. Returns: Returns the interpolate method on success. Exception: Throws ImagickException on error.

Imagick::getImageInterlaceScheme

(PECL imagick 2.0.0) Gets the image interlace scheme int Imagick::getImageInterlaceScheme ( void ) Gets the image interlace scheme. Returns: Returns the interlace scheme as an integer on success. Throw an ImagickException on error.

Imagick::getImageIndex

(PECL imagick 2.0.0) Gets the index of the current active image int Imagick::getImageIndex ( void ) Returns the index of the current active image within the Imagick object. This method has been deprecated. See Imagick::getIteratorIndex(). Returns: Returns an integer containing the index of the image in the stack. Exception: Throws ImagickException on error.

Imagick::getImageHistogram

(PECL imagick 2.0.0) Gets the image histogram array Imagick::getImageHistogram ( void ) Returns the image histogram as an array of ImagickPixel objects. Returns: Returns the image histogram as an array of ImagickPixel objects. Exception: Throws ImagickException on error. Examples: Generates Imagick::getImageHistogram(

Imagick::getImageHeight

(PECL imagick 2.0.0) Returns the image height int Imagick::getImageHeight ( void ) Returns the image height. Returns: Returns the image height in pixels. Exception: Throws ImagickException on error.

Imagick::getImageGreenPrimary

(PECL imagick 2.0.0) Returns the chromaticy green primary point array Imagick::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, throws an ImagickException on failure. Exception: Throws ImagickException on error.

Imagick::getImageGravity

(No version information available, might only be in Git) Gets the image gravity int Imagick::getImageGravity ( void ) Gets the current gravity value of the image. Unlike Imagick::getGravity(), this method returns the gravity defined for the current image sequence. This method is available if Imagick has been compiled against ImageMagick version 6.4.4 or newer. Returns: Returns the images gravity p

Imagick::getImageGeometry

(PECL imagick 2.0.0) Gets the width and height as an associative array array Imagick::getImageGeometry ( void ) Returns the width and height as an associative array. Returns: Returns an array with the width/height of the image. Exception: Throws ImagickException on error. Examples: Imagick::getImageGeometry()

Imagick::getImageGamma

(PECL imagick 2.0.0) Gets the image gamma float Imagick::getImageGamma ( void ) Gets the image gamma. Returns: Returns the image gamma on success. Exception: Throws ImagickException on error.