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

Imagick::setImagePage()

Imagick::setImagePage - Sets the page geometry of the image

Syntax

bool Imagick::setImagePage (int $width, int $height, int $x, int $y)

Arguments

  • width
  • height
  • x
  • y

Description

Sets the page geometry of the image.

Version

PHP PECL imagick 2.0.0

Return value

Returns TRUE on success.