Imagick::hasPreviousImage

(PECL imagick 2.0.0) Checks if the object has a previous image bool Imagick::hasPreviousImage ( void ) Returns TRUE if the object has more images when traversing the list in the reverse direction Returns: Returns TRUE if the object has more images when traversing the list in the reverse direction, returns FALSE if there are none.

Imagick::hasNextImage

(PECL imagick 2.0.0) Checks if the object has more images bool Imagick::hasNextImage ( void ) Returns TRUE if the object has more images when traversing the list in the forward direction. Returns: Returns TRUE if the object has more images when traversing the list in the forward direction, returns FALSE if there are none.

Imagick::haldClutImage

(No version information available, might only be in Git) Replaces colors in the image public bool Imagick::haldClutImage ( Imagick $clut [, int $channel = Imagick::CHANNEL_DEFAULT ] ) Replaces colors in the image using a Hald lookup table. Hald images can be created using HALD color coder. Parameters: clut Imagick object containing the Hald lookup image.

Imagick::getVersion

(PECL imagick 2.0.0) Returns the ImageMagick API version array Imagick::getVersion ( void ) Returns the ImageMagick API version as a string and as a number. Returns: Returns the ImageMagick API version as a string and as a number. Exception: Throws ImagickException on error.

Imagick::getSizeOffset

(PECL imagick 2.0.0) Returns the size offset int Imagick::getSizeOffset ( void ) Returns the size offset associated with the Imagick object. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer. Returns: Returns the size offset associated with the Imagick object. Exception: Throws ImagickException on error.

Imagick::getSize

(PECL imagick 2.0.0) Returns the size associated with the Imagick object array Imagick::getSize ( void ) Returns the size associated with the Imagick object as an array with the keys "columns" and "rows". Returns: Returns the size associated with the Imagick object as an array with the keys "columns" and "rows".

Imagick::getSamplingFactors

(PECL imagick 2.0.0) Gets the horizontal and vertical sampling factor array Imagick::getSamplingFactors ( void ) Gets the horizontal and vertical sampling factor. Returns: Returns an associative array with the horizontal and vertical sampling factors of the image. Exception: Throws ImagickException on error.

Imagick::getResourceLimit

(PECL imagick 2.0.0) Returns the specified resource limit int Imagick::getResourceLimit ( int $type ) Returns the specified resource limit. Parameters: type Refer to the list of resourcetype constants. Returns: Returns the specified resource limit in megabytes. Exception: Throws ImagickException on error.

Imagick::getResource

(PECL imagick 2.0.0) Returns the specified resource's memory usage int Imagick::getResource ( int $type ) Returns the specified resource's memory usage in megabytes. Parameters: type Refer to the list of resourcetype constants. Returns: Returns the specified resource's memory usage in megabytes. Exception: Throws

Imagick::getReleaseDate

(PECL imagick 2.0.0) Returns the ImageMagick release date string Imagick::getReleaseDate ( void ) Returns the ImageMagick release date as a string. Returns: Returns the ImageMagick release date as a string. Exception: Throws ImagickException on error.