CakeFest 2024: The Official CakePHP Conference

Gmagick::solarizeimage

(PECL gmagick >= Unknown)

Gmagick::solarizeimage画像にソラリゼーション効果を適用する

説明

public Gmagick::solarizeimage(int $threshold): Gmagick

画像に特殊効果を施し、 印画紙の特定の箇所の露光時間を長くしたような画像になります。 threshold は 0 から QuantumRange までの値で、 ソラリゼーションの効き具合を指定します。

パラメータ

threshold

ソラリゼーションの効き具合を指定します。

戻り値

Gmagick オブジェクトを返します。

エラー / 例外

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top