Imagick::getImageChannelDistortions

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

Imagick::getImageChannelDistortionsGets channel distortions

Описание

Imagick::getImageChannelDistortions ( Imagick $reference , int $metric [, int $channel = Imagick::CHANNEL_DEFAULT ] ) : float

Compares 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 при ошибке.