Dutch PHP Conference 2025 - Call For Papers

Imagick::setCompression

(PECL imagick 2, PECL imagick 3)

Imagick::setCompressionSets the object's default compression type

Опис

public Imagick::setCompression(int $compression): bool

Sets the object's default compression type

Параметри

compression

The compression type. See the Imagick::COMPRESSION_* constants.

Значення, що повертаються

Повертає true в разі успіху.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top