GoLang Gmagick::getsamplingfactors

request it (252)
GoLang replacement for PHP's Gmagick::getsamplingfactors [edit | history]



Do you know a GoLang replacement for PHP's Gmagick::getsamplingfactors? Write it!

PHP Gmagick::getsamplingfactors

PHP original manual for Gmagick::getsamplingfactors [ show | php.net ]

Gmagick::getsamplingfactors

(PECL gmagick >= Unknown)

Gmagick::getsamplingfactorsGets the horizontal and vertical sampling factor

Description

public array Gmagick::getsamplingfactors ( void )

Gets the horizontal and vertical sampling factor.

Parameters

This function has no parameters.

Return Values

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

Errors/Exceptions

Throws an GmagickException on error.