Home > PHP > Function > > Imagick::getImagePage()

Imagick::getImagePage()

Imagick::getImagePage - Returns the page geometry

Syntax

array Imagick::getImagePage ()

Arguments

-

Description

Returns the page geometry associated with the image in an array with the keys "width", "height", "x", and "y".

Version

PHP PECL imagick 2.0.0

Return value

Returns the page geometry associated with the image in an array with the keys "width", "height", "x", and "y".