Imagick::getImageUnits

(PECL imagick 2, PECL imagick 3)

Imagick::getImageUnitsGets the image units of resolution

Descrição

publicImagick::getImageUnits(): int

Gets the image units of resolution.

Parâmetros

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

Valor Retornado

Returns the image units of resolution.

Erros/Exceções

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

To Top