imagick_composite
(PECL)
imagick_composite -- Composite the second image onto the first at the specified offsets
説明
bool
imagick_composite ( resource image, int type, resource image2, int x_offset, int y_offset )
警告 |
この関数は、
現在のところ詳細な情報はありません。引数のリストのみが
記述されています。 |
パラメータ
image
Image handle
type
One of IMAGICK_COMPOSITE_* constants
image2
Image 2 handle
x_offset
Column offset of the composited image
y_offset
Row offset of the composited image
返り値
成功した場合に TRUE を、失敗した場合に FALSE を返します。