Imagick::getImageFormat

(PECL imagick 2.0.0) Returns the format of a particular image in a sequence string Imagick::getImageFormat ( void ) Returns the format of a particular image in a sequence. Returns: Returns a string containing the image format on success. Exception: Throws ImagickException on error.

Imagick::getImageFilename

(PECL imagick 2.0.0) Returns the filename of a particular image in a sequence string Imagick::getImageFilename ( void ) Returns the filename of a particular image in a sequence. Returns: Returns a string with the filename of the image. Exception: Throws ImagickException on error.

Imagick::getImageExtrema

(PECL imagick 2.0.0) Gets the extrema for the image array Imagick::getImageExtrema ( void ) Gets the extrema for the image. Returns an associative array with the keys "min" and "max". Returns: Returns an associative array with the keys "min" and "max". Exception: Throws ImagickException on error.

Imagick::getImageDistortion

(PECL imagick 2.0.0) Compares an image to a reconstructed image float Imagick::getImageDistortion ( MagickWand $reference, int $metric ) Compares an image to a reconstructed image and returns the specified distortion metric. Parameters: reference Imagick object to compare to. metric One of the metric type constants.

Imagick::getImageDispose

(PECL imagick 2.0.0) Gets the image disposal method int Imagick::getImageDispose ( void ) Gets the image disposal method. Returns: Returns the dispose method on success. Exception: Throws ImagickException on error.

Imagick::getImageDepth

(PECL imagick 0.9.1-0.9.9) Gets the image depth int Imagick::getImageDepth ( void ) Gets the image depth. Returns: The image depth.

Imagick::getImageDelay

(PECL imagick 2.0.0) Gets the image delay int Imagick::getImageDelay ( void ) Gets the image delay. Returns: Returns the image delay. Exception: Throws ImagickException on error.

Imagick::getImageCompressionQuality

(PECL imagick 2.2.2) Gets the current image's compression quality int Imagick::getImageCompressionQuality ( void ) Gets the current image's compression quality Returns: Returns integer describing the images compression quality

Imagick::getImageCompression

(PECL imagick 2.2.2) Gets the current image's compression type int Imagick::getImageCompression ( void ) Gets the current image's compression type. Returns: Returns the compression constant

Imagick::getImageCompose

(PECL imagick 2.0.0) Returns the composite operator associated with the image int Imagick::getImageCompose ( void ) Returns the composite operator associated with the image. Returns: Returns TRUE on success.