Imagick::getRegistry

(No version information available, might only be in Git) Description public static string Imagick::getRegistry ( string $key ) Get the StringRegistry entry for the named key or false if not set. Parameters: key The entry to get. Returns:

Imagick::getQuantumRange

(PECL imagick 2.0.0) Returns the Imagick quantum range array Imagick::getQuantumRange ( void ) Returns the quantum range for the Imagick instance. Returns: Returns an associative array containing the quantum range as an integer ("quantumRangeLong") and as a string ("quantumRangeString"). Exception: Throws ImagickException on error.

Imagick::getQuantumDepth

(PECL imagick 2.0.0) Gets the quantum depth array Imagick::getQuantumDepth ( void ) Returns the Imagick quantum depth as a string. Returns: Returns the Imagick quantum depth as a string. Exception: Throws ImagickException on error.

Imagick::getQuantum

(No version information available, might only be in Git) Description public static int Imagick::getQuantum ( void ) Returns the ImageMagick quantum range as an integer. Returns:

Imagick::getPointSize

(No version information available, might only be in Git) Gets point size float Imagick::getPointSize ( void ) Returns the objects point size property. This method is available if Imagick has been compiled against ImageMagick version 6.3.7 or newer. Returns: Returns a float containing the point size. See also: Im

Imagick::getPixelRegionIterator

(PECL imagick 2.0.0) Get an ImagickPixelIterator for an image section ImagickPixelIterator Imagick::getPixelRegionIterator ( int $x, int $y, int $columns, int $rows ) Get an ImagickPixelIterator for an image section. Parameters: x The x-coordinate of the region. y The y-coordinate of the region. columns

Imagick::getPixelIterator

(PECL imagick 2.0.0) Returns a MagickPixelIterator ImagickPixelIterator Imagick::getPixelIterator ( void ) Returns a MagickPixelIterator. Returns: Returns an ImagickPixelIterator on success. Exception: Throws ImagickException on error. Examples: Imagick::getPixelIterator() <?php function getPixelItera

Imagick::getPage

(PECL imagick 2.0.0) Returns the page geometry array Imagick::getPage ( void ) Returns the page geometry associated with the Imagick object in an associative array with the keys "width", "height", "x", and "y". Returns: Returns the page geometry associated with the Imagick object in an associative array with the keys "width", "height", "x", and "y", throwing ImagickException on error.

Imagick::getPackageName

(PECL imagick 2.0.0) Returns the ImageMagick package name string Imagick::getPackageName ( void ) Returns the ImageMagick package name. Returns: Returns the ImageMagick package name as a string. Exception: Throws ImagickException on error.

Imagick::getOption

(PECL imagick 2.0.0) Returns a value associated with the specified key string Imagick::getOption ( string $key ) Returns a value associated within the object for the specified key. Parameters: key The name of the option Returns: Returns a value associated with a wand and the specified key. Exception: Throws Imagi