Gmagick::setsamplingfactors

(PECL gmagick >= Unknown)

Gmagick::setsamplingfactorsSets the image sampling factors

Açıklama

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

Sets the image sampling factors.

Bağımsız Değişkenler

factors

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

Dönen Değerler

The Gmagick object.

Hatalar/İstisnalar

Hata durumunda bir GmagickException istisnası oluşur.

add a note

User Contributed Notes

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