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