(No version information available, might only be in Git)
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 Bu yöntem, derleme sırasında ImageMagick kütüphanesinin 6.4.4 veya sonraki bir sürümü kuruluysa kullanılabilir.
reference
Imagick object containing the reference image
metric
Refer to this list of metric type constants.
channel
Normalde kanal
türü sabitlerinden biridir, ancak bitsel işleçler kullanılarak birden
fazla kanal belirtilebilir. Imagick::CHANNEL_DEFAULT
öntanımlıdır.
Returns a double describing the channel distortion.
Hata durumunda bir ImagickException istisnası oluşur.