PHP 8.6.0 Beta 3 is available for testing

Imagick::setType

(PECL imagick 2, PECL imagick 3)

Imagick::setTypeSets the image type attribute

Beschreibung

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().

Parameter-Liste

image_type

One of the imagick::IMGTYPE_* constants.

Rückgabewerte

Liefert true bei Erfolg.

add a note

User Contributed Notes

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