Imagick::setType

(PECL imagick 2, PECL imagick 3)

Imagick::setTypeSets the image type attribute

Опис

public function Imagick::setType(int $image_type): bool

Sets the image type applied to images written subsequently. To convert the current image instead, use Imagick::setImageType().

Параметри

image_type

One of the imagick::IMGTYPE_* constants.

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

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

add a note

User Contributed Notes

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