Imagick::setType

(PECL imagick 2, PECL imagick 3)

Imagick::setTypeSets the image type attribute

Description

publicImagick::setType(int$image_type): bool

Sets the image type attribute.

Parameters

image_type

Return Values

Returns true on success.

To Top