Imagick::combineImages
(PECL imagick 2, PECL imagick 3)
Imagick::combineImages — ひとつあるいは複数の画像をひとつにまとめる
説明
ひとつあるいは複数の画像をひとつにまとめます。 一連の画像の各ピクセルのグレースケール値が、 合成した画像の特定のチャネルの値となります。典型的なパターンでは 画像 1 => Red、画像 2 => Green、画像 3 => Blue などとなります。
パラメータ
channelType
-
そのチャネルモードで使用可能なチャネル定数のいずれか。 複数のチャネルを適用するには、channeltype 定数をビット演算子でまとめます。 チャネル定数 の一覧を参照ください。
戻り値
成功した場合に true
を返します。
エラー / 例外
エラー時に ImagickException をスローします。
+add a note
User Contributed Notes
There are no user contributed notes for this page.