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 floats representing the sampling factor for each color component (in RGB order).

Rückgabewerte

The Gmagick object.

Fehler/Exceptions

Wirft bei einem Fehler eine GmagickException.

add a note add a note

User Contributed Notes

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