(PECL imagick 2.0.0)
Sets the page geometry of the image
bool Imagick::setImagePage ( int $width, int $height, int $x, int $y )
Sets the page geometry of the image.
Parameters:
width
Sets the page geometry of the image.
height
Sets the page geometry of the image.
x
Sets the page geometry of the image.
y
Sets the page geometry of the image.
Returns:
Returns TRUE
on success.
Exception:
Throws ImagickException on error.
Please login to continue.