Gmagick
PHP Manual

Gmagick::setsamplingfactors

(PECL gmagick >= Unknown)

Gmagick::setsamplingfactorsSets the image sampling factors.

Description

public void Gmagick::setsamplingfactors ( array $factors )

Sets the image sampling factors.

Liste de paramètres

factors

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

Valeurs de retour

The Gmagick object on success.

Erreurs / Exceptions

Émet une exception GmagickException en cas d'erreur.


Gmagick
PHP Manual