(PECL imagick 2.2.1)
Imagick::getImageChannelRange — Gets channel range
$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.
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
Returns an array containing minima and maxima values of the channel(s).
Lancia una ImagickException in caso di errore.