GoLang Imagick::getSamplingFactors

request it (319)
GoLang replacement for PHP's Imagick::getSamplingFactors [edit | history]



Do you know a GoLang replacement for PHP's Imagick::getSamplingFactors? Write it!

PHP Imagick::getSamplingFactors

PHP original manual for Imagick::getSamplingFactors [ show | php.net ]

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.