Imagick
在线手册:中文 英文
PHP手册

Imagick::setImageExtent

(PECL imagick 2.0.0)

Imagick::setImageExtentSets the image size

说明

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

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

参数

columns

rows

返回值

成功时返回 TRUE .

错误/异常

错误时抛出 ImagickException .


Imagick
在线手册:中文 英文
PHP手册
PHP手册 - N: Sets the image size

用户评论:

tim at komta dot com (19-Oct-2009 08:02)

This function actually sets the width and height of the image (in pixels).

Took me forever to figure this out.