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