Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 20022 программиста и 1651 робот. Сейчас ищут 1517 программистов ...
Imagick::getImagePage - Returns the page geometry
Вернуться к: Imagick
Imagick::getImagePage
(PECL imagick 2.0.0)
Imagick::getImagePage — Returns the page geometry
Описание
array Imagick::getImagePage
( void
)
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 при ошибке.
Вернуться к: Imagick