Imagick::setImageDepth

(PECL imagick 2, PECL imagick 3)

Imagick::setImageDepthSets the image depth

Description

publicImagick::setImageDepth(int$depth): bool

Sets the image depth.

Parameters

depth

Return Values

Returns true on success.

Errors/Exceptions

Throws ImagickException on error.

To Top