(Não há informação de versão disponível, talvez apenas no SVN)
Imagick::getImageChannelDistortions — Gets channel distortions
$reference
, int $metric
[, int $channel
= Imagick::CHANNEL_DEFAULT
] )Compares one or more image channels of an image to a reconstructed image and returns the specified distortion metrics Este método está disponível se o PHP foi compilado com o ImageMagick versão 6.4.4 ou superior.
reference
Imagick object containing the reference image
metric
Refer to this list of metric type constants.
channel
Informa qualquer constante de canal válida no modo do canal. Para mais de um canal, combine as constantes de canal utilizando operações bitwise. O padrão é Imagick::CHANNEL_DEFAULT
. Veja nessa lista de constantes de canal
Returns a double describing the channel distortion.
Lança ImagickException em caso de erro.