PHP 8.3.4 Released!

Imagick::clampImage

(PECL imagick 3 >= 3.3.0)

Imagick::clampImageRestricts the color range from 0 to the quantum depth.

Description

public Imagick::clampImage(int $channel = Imagick::CHANNEL_DEFAULT): bool

Restricts the color range from 0 to the quantum depth.

Liste de paramètres

channel

Valeurs de retour

Cette fonction retourne true en cas de succès ou false si une erreur survient.

add a note

User Contributed Notes

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