Imagick::compositeImage
(No version information available, might be only in CVS)
Imagick::compositeImage — Composite one image onto another
說明
此函式目前沒有參考文件;只有引數列表。
本函式是實驗性的。這個函式的行為、名稱、和關於此函式的任何其他文件在未來PHP的發行中可能會在不通知的情況下改變。 使用此函式需自行承擔風險。
Composite one image onto another at the specified offset.
參數
- composite_object
-
Imagick object which holds the composite image
- compose
-
Composite operator. See Composite Operator Constants
- x
-
The column offset of the composited image
- y
-
The row offset of the composited image
- channel
-
Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this list of channel constants.
Return值
Returns TRUE on success.