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

search for in the

Imagick::newImage> <Imagick::motionBlurImage
[edit] Last updated: Fri, 25 May 2012

view this page in

Imagick::negateImage

(PECL imagick 2.0.0)

Imagick::negateImage画像の色を打ち消す

説明

bool Imagick::negateImage ( bool $gray [, int $channel = Imagick::CHANNEL_ALL ] )

画像の色を打ち消します。グレースケールオプションを指定すると、 画像内のグレースケール値のみを打ち消します。

パラメータ

gray

画像内のグレースケールのみを打ち消すのかどうか。

channel

チャネルモードに対応したチャネル定数を指定します。 複数のチャネルに適用するには、 ビット演算子でチャネル型定数を組み合わせます。 チャネル定数 の一覧を参照ください。

返り値

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

エラー / 例外

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



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

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