CakeFest 2024: The Official CakePHP Conference

Gmagick::setsamplingfactors

(PECL gmagick >= Unknown)

Gmagick::setsamplingfactors画像のサンプリング係数を設定する

説明

public Gmagick::setsamplingfactors(array $factors): Gmagick

画像のサンプリング係数を設定します。

パラメータ

factors

各色コンポーネントのサンプリング係数を表す float 型の値の配列 (RGB 順)。

戻り値

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

エラー / 例外

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

add a note

User Contributed Notes

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