(PECL imagick 2.0.0)
Sets the image size
bool Imagick::setImageExtent ( int $columns, int $rows )
Sets the image size (i.e. columns & rows).
Parameters:
columns
Sets the image size (i.e. columns & rows).
rows
Sets the image size (i.e. columns & rows).
Returns:
Returns TRUE
on success.
Exception:
Throws ImagickException on error.
Please login to continue.