Gmagick
PHP Manual

Gmagick::setsamplingfactors

(PECL gmagick >= Unknown)

Gmagick::setsamplingfactorsSets the image sampling factors.

説明

public Gmagick Gmagick::setsamplingfactors ( array $factors )

Sets the image sampling factors.

パラメータ

factors

An array of doubles representing the sampling factor for each color component (in RGB order).

返り値

The Gmagick object on success.

エラー / 例外

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


Gmagick
PHP Manual