(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 Diese Funktion ist verfügbar, wenn Imagick gegen die ImageMagick-Version 6.4.4 oder höher kompiliert wurde.
reference
Imagick object containing the reference image
metric
Refer to this list of metric type constants.
channel
Übergeben Sie eine Channel-Konstante, die für Ihren Channel-Moduls gültig ist. Um mehr als einen Channel anzuwenden, können Sie die Channel-Konstanten mit bitweisen Operationen verknüpfen. Der Standardwert ist Imagick::CHANNEL_DEFAULT
. Weitere Informationen enthält die Liste der Channel-Konstanten
Returns a float describing the channel distortion.
Wirft ImagickException bei Fehlern.