parent root
PHP: Imagick::getImageCompression - Manual

Imagick::getImageCompression

(PECL imagick 2.2.2)

Imagick::getImageCompressionGets the current image's compression type

Description

Imagick::getImageCompression ( void ) : int

Gets the current image's compression type.

Return Values

Returns the compression constant

add a noteadd a note

User Contributed Notes 2 notes

up
1
undoable at gmail dot com
6 years ago
This function is undefined. You must use getImageCompressionQuality() instead.
up
-1
alitrix at gmail dot com
1 year ago
This function is added in version 3.3.0 and above
To Top
parent root