Imagick
PHP Manual

Imagick::getImageChannelKurtosis

(No version information available, might only be in Git)

Imagick::getImageChannelKurtosisThe getImageChannelKurtosis purpose

Descrizione

public array Imagick::getImageChannelKurtosis ([ int $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.

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 with kurtosis and skewness members.

Errori/Eccezioni

Lancia una ImagickException in caso di errore.


Imagick
PHP Manual