(No version information available, might only be in Git)
Imagick::getImageChannelKurtosis — The getImageChannelKurtosis purpose
$channel
= Imagick::CHANNEL_DEFAULT
] )Get the kurtosis and skewness of a specific channel. Questo metodo è disponibile se Imagick è stato compilato con ImageMagick versione 6.4.9 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 with kurtosis and skewness members.
Lancia una ImagickException in caso di errore.