(PECL imagick 2, PECL imagick 3)
Imagick::getImageChannelDistortion — 比较图像的图像通道与重建的图像
$reference
$channel
$metric
比较图像的一个或多个图像通道与重建的图像,并返回指定的失真度量。
reference
要比较的 Imagick 对象。
channel
提供任何对您的通道模式有效的通道常量。要应用于多个通道,请使用按位运算符组合 channeltype 常量。请参阅此 通道常量列表。
metric
一个 度量类型常量。
成功时返回 true。
true
在发生错误时抛出 ImagickException。