Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 15067 программистов и 1653 робота. Сейчас ищет 971 программист ...
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