Imagick::getNumberImages

(PECL imagick 2.0.0) Returns the number of images in the object int Imagick::getNumberImages ( void ) Returns the number of images associated with Imagick object. Returns: Returns the number of images associated with Imagick object. Exception: Throws ImagickException on error.

Imagick::getIteratorIndex

(PECL imagick 2.0.0) Gets the index of the current active image int Imagick::getIteratorIndex ( void ) Returns the index of the current active image within the Imagick object. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer. Returns: Returns an integer containing the index of the image in the stack. Exception: Throw

Imagick::getInterlaceScheme

(PECL imagick 2.0.0) Gets the object interlace scheme int Imagick::getInterlaceScheme ( void ) Gets the object interlace scheme. Returns: Gets the wand interlace scheme. Exception: Throws ImagickException on error.

Imagick::getImageWidth

(PECL imagick 2.0.0) Returns the image width int Imagick::getImageWidth ( void ) Returns the image width. Returns: Returns the image width. Exception: Throws ImagickException on error.

Imagick::getImageWhitePoint

(PECL imagick 2.0.0) Returns the chromaticity white point array Imagick::getImageWhitePoint ( void ) Returns the chromaticity white point as an associative array with the keys "x" and "y". Returns: Returns the chromaticity white point as an associative array with the keys "x" and "y". Exception: Throws ImagickException on error.

Imagick::getImageVirtualPixelMethod

(PECL imagick 2.0.0) Returns the virtual pixel method int Imagick::getImageVirtualPixelMethod ( void ) Returns the virtual pixel method for the specified image. Returns: Returns the virtual pixel method on success. Exception: Throws ImagickException on error.

Imagick::getImageUnits

(PECL imagick 2.0.0) Gets the image units of resolution int Imagick::getImageUnits ( void ) Gets the image units of resolution. Returns: Returns the image units of resolution. Exception: Throws ImagickException on error.

Imagick::getImageType

(PECL imagick 0.9.10-0.9.9) Gets the potential image type int Imagick::getImageType ( void ) Gets the potential image type. Returns: Returns the potential image type. imagick::IMGTYPE_UNDEFINED imagick::IMGTYPE_BILEVEL imagick::IMGTYPE_GRAYSCALE imagick::IMGTYPE_GRAYSCALEMATTE imagick::IMGTYPE_PALETTE imagick::IMGTYPE_PALETTEMATTE imagick::IMGTYPE_TRUECOLOR imagick::

Imagick::getImageTotalInkDensity

(PECL imagick 2.0.0) Gets the image total ink density float Imagick::getImageTotalInkDensity ( void ) Gets the image total ink density. Returns: Returns the image total ink density of the image. Throw an ImagickException on error.

Imagick::getImageTicksPerSecond

(PECL imagick 2.0.0) Gets the image ticks-per-second int Imagick::getImageTicksPerSecond ( void ) Gets the image ticks-per-second. Returns: Returns the image ticks-per-second. Exception: Throws ImagickException on error.