Gmagick::setsamplingfactors

(PECL gmagick >= Unknown)
Sets the image sampling factors.
public Gmagick Gmagick::setsamplingfactors ( array $factors )

Sets the image sampling factors.

Parameters:
factors

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

Returns:

The Gmagick object on success.

Exception:

Throws an GmagickException on error.

doc_php
2016-02-24 16:00:24
Comments
Leave a Comment

Please login to continue.