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
Last updated: Fri, 13 Nov 2009

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 定数をビット演算子でまとめます。 デフォルトは Imagick::CHANNEL_ALL です。 チャネル定数 の一覧を参照ください。

返り値

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

エラー / 例外

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



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

Imagick::commentImage> <Imagick::colorizeImage
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites