downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Imagick::commentImage> <Imagick::colorizeImage
[edit] Last updated: Fri, 25 May 2012

view this page in

Imagick::combineImages

(PECL imagick 2.0.0)

Imagick::combineImagesひとつあるいは複数の画像をひとつにまとめる

説明

Imagick Imagick::combineImages ( int $channelType )

ひとつあるいは複数の画像をひとつにまとめます。 一連の画像の各ピクセルのグレースケール値が、 合成した画像の特定のチャネルの値となります。典型的なパターンでは 画像 1 => Red、画像 2 => Green、画像 3 => Blue などとなります。

パラメータ

channelType

そのチャネルモードで使用可能なチャネル定数のいずれか。 複数のチャネルを適用するには、channeltype 定数をビット演算子でまとめます。 チャネル定数 の一覧を参照ください。

返り値

成功した場合に TRUE を返します。

エラー / 例外

エラー時に ImagickException をスローします。



add a note add a note User Contributed Notes Imagick::combineImages
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites