Gmagick::compositeimage
(PECL gmagick >= Unknown)
Gmagick :: compositeimage - 将一幅图像合成到另一幅图像上
描述
public Gmagick Gmagick::compositeimage ( Gmagick $source , int $COMPOSE , int $x , int $y )
将指定偏移量的一幅图像合成到另一幅图像上
参数
source
保存合成图像的Gmagick对象
compose
复合算子。
x
合成图像的列偏移量
y
合成图像的行偏移量
返回值
Gmagick对象与组合。
错误/异常
抛出GmagickException错误。
← Gmagick::commentimage
Gmagick::__construct →
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com