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