©
本文档使用 PHP中文网手册 发布
(PECL imagick 2.0.0)
Imagick::setImageExtent — Sets the image size
$columns
, int $rows
)Sets the image size (i.e. columns & rows).
columns
rows
成功时返回 TRUE
。
错误时抛出 ImagickException。
[#1] charles dot p dot hall at gmail dot com [2014-10-29 17:31:35]
In other graphics systems I have seen this referred to as Canvas size or re-dimensioning. It changes the dimension of the image without re-scaling. Added pixels appear black, removed pixels are simply cropped away.
[#2] tim at komta dot com [2009-10-19 12:02:51]
This function actually sets the width and height of the image (in pixels).
Took me forever to figure this out.