Imagick::compareImageChannels
(PECL imagick 2, PECL imagick 3)
Imagick::compareImageChannels — 返回一个或多个图像的差异
描述
public Imagick::compareImageChannels(
Imagick $image
,
int $channelType
,
int $metricType
):
array
参数
image
-
包含要比较图像的 Imagick 对象。
channelType
-
提供适用于您的通道模式的任何通道常量。要应用于多个通道,请使用按位运算符组合 channeltype 常量。请参阅此 通道常量列表。
metricType
-
一个 度量类型常量。
返回值
包含 new_wand
和 distortion
的数组。
错误/异常
在错误情况下抛出 ImagickException。