(PECL imagick 2 >= 2.3.0, PECL imagick 3)
Imagick::getImageChannelDistortions — Gets channel distortions
$reference
, int $metric
, int $channel
= Imagick::CHANNEL_DEFAULT): floatCompares one or more image channels of an image to a reconstructed image and returns the specified distortion metrics Цей метод доступний, якщо Imagick зібраний з ImageMagick версії 6.4.4 або новішою.
reference
Imagick object containing the reference image
metric
Refer to this list of metric type constants.
channel
Константа каналу, дійсна для поточного режиму каналу. Для застосування її до
кількох каналів необхідно поєднати константи каналу побітовими
операторами. Стандартно — Imagick::CHANNEL_DEFAULT
. Див.
список констант каналу.
Returns a float describing the channel distortion.
Кидає ImagickException в разі помилки.