Imagick::getImagePage

(PECL imagick 2, PECL imagick 3)

Imagick::getImagePageReturns the page geometry

Descrição

publicImagick::getImagePage(): array

Returns the page geometry associated with the image in an array with the keys "width", "height", "x", and "y".

Parâmetros

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

Valor Retornado

Returns the page geometry associated with the image in an array with the keys "width", "height", "x", and "y".

Erros/Exceções

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

To Top