Gmagick::setsamplingfactors

(PECL gmagick >= Unknown)

Gmagick::setsamplingfactorsSets the image sampling factors

Beschreibung

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

Sets the image sampling factors.

Parameter-Liste

factors

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

Rückgabewerte

The Gmagick object on success.

Fehler/Exceptions

Wirft bei einem Fehler eine GmagickException.