Gmagick::setimagerenderingintent

(PECL gmagick >= Unknown)

Gmagick::setimagerenderingintent画像のレンダリング方向を設定する

説明

public Gmagick::setimagerenderingintent(int $rendering_intent): Gmagick

画像のレンダリング方向を設定します。

パラメータ

rendering_intent

画像のレンダリング方向。UndefinedIntent、SaturationIntent、PerceptualIntent、AbsoluteIntent あるいは RelativeIntent。

返り値

成功した場合に Gmagick オブジェクトを返します。

エラー / 例外

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

add a note add a note

User Contributed Notes

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