The Imagick class
PHP 手册

Imagick::setImageExtent

(PECL imagick 2.0.0)

Imagick::setImageExtentSets the image size

说明

bool Imagick::setImageExtent ( int $columns , int $rows )
Warning

本函数暂无文档,仅有参数列表。

Sets the image size (i.e. columns & rows).

参数

columns

rows

返回值

Returns TRUE on success.

错误/异常

Throws ImagickException on error.


The Imagick class
PHP 手册