(PECL imagick 2, PECL imagick 3)
Imagick::compositeImage — 把一張圖合并到一張圖
$composite_object
,$composite
,$x
,$y
,$channel
= Imagick::CHANNEL_ALL把一張圖合并到另一張圖的指定位置
composite_object
用于合并的圖片的Imagick對(duì)象
composite
合并操作,定義操作常量。 具體請(qǐng)查看 合并操作常量列表
x
相對(duì)圖像頂點(diǎn)左上位置(0,0)的橫坐標(biāo)
y
相對(duì)圖像頂點(diǎn)左上位置(0,0)的縱坐標(biāo)
channel
通過傳入一個(gè)通道常量,來開啟通道模式。為了支持多個(gè)通道,可以通過二進(jìn)制運(yùn)算的操作來合并多個(gè)通道常量。(Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using bitwise operators)可以參考這個(gè)列表 通道常量列表.
成功時(shí)返回 true
。