Imagick::functionImage
()
Imagick::functionImage — Applies a function on the image
説明
public boolean Imagick::functionImage
( integer $function
, array $arguments
)
Applies an arithmetic, relational, or logical expression to an image. Use these operators to create lighter or darker versions of an image, to increase or decrease contrast in an image, or to negate the image colors. このメソッドは、ImageMagick バージョン 6.4.9 以降で Imagick をコンパイルした場合に使用可能です。
パラメータ
- function
-
Refer to this list of function constants
- arguments
-
Array of arguments to pass to this function.
返り値
成功した場合に TRUE を返します。
エラー / 例外
エラー時に ImagickException をスローします。
Imagick::functionImage
There are no user contributed notes for this page.
