CakeFest 2024: The Official CakePHP Conference

Gmagick::setimagerenderingintent

(PECL gmagick >= Unknown)

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

説明

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

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

パラメータ

rendering_intent

レンダリング方向 の定数のうちの一つ。 (Gmagick::RENDERINGINTENT_*)

戻り値

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

エラー / 例外

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

add a note

User Contributed Notes

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