Imagick::combineImages
(PECL imagick 2, PECL imagick 3)
Imagick::combineImages — 将一个或多个图像合并成单个图像
说明
public Imagick::combineImages(
int $channelType
):
Imagick
参数
channelType
-
提供任何对您的通道模式有效的通道常量。要应用于多个通道,请使用按位运算符组合通道类型常量。请参考此通道常量列表.
错误/异常
在出错时抛出 ImagickException 异常。