Imagick::getImageChannelDistortions
(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 double describing the channel distortion.
Ошибки
Вызывает ImagickException при ошибке.