Imagick::getImagePage
PHP Manual
PHP Manual»Imagick»Imagick::getImagePage

Imagick::getImagePage

(PECL imagick 2, PECL imagick 3)

Imagick::getImagePageReturns the page geometry

Опис

public function Imagick::getImagePage(): array

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

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

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

Помилки/виключення

Кидає ImagickException в разі помилки.

To Top