PHP 7.0.6 Released

Imagick::getSamplingFactors

(PECL imagick 2.0.0)

Imagick::getSamplingFactorsGets the horizontal and vertical sampling factor

Description

array Imagick::getSamplingFactors ( void )

Gets the horizontal and vertical sampling factor.

Return Values

Returns an associative array with the horizontal and vertical sampling factors of the image.

Errors/Exceptions

Throws ImagickException on error.

User Contributed Notes

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