Imagick::getSamplingFactors

(PECL imagick 2, PECL imagick 3)

Imagick::getSamplingFactorsGets the horizontal and vertical sampling factor

Descrição

public Imagick::getSamplingFactors(): array

Gets the horizontal and vertical sampling factor.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

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

Erros/Exceções

Lança uma exceção ImagickException em caso de erro.

add a note add a note

User Contributed Notes

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