Imagick
PHP Manual

Imagick::getImageChannelRange

(PECL imagick 2.2.1)

Imagick::getImageChannelRangeGets channel range

Descrizione

array Imagick::getImageChannelRange ( int $channel )

Gets the range for one or more image channels. Questo metodo è disponibile se Imagick è stato compilato con ImageMagick versione 6.4.0 o successive.

Elenco dei parametri

channel

Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channel constants using bitwise operators. Per default è Imagick::CHANNEL_DEFAULT. Fare riferimento a questa lista di costanti di canale

Valori restituiti

Returns an array containing minima and maxima values of the channel(s).

Errori/Eccezioni

Lancia una ImagickException in caso di errore.


Imagick
PHP Manual