(PECL gmagick >= Unknown)
Gmagick::resizeimage — 缩放图像
$width
$height
$filter
$blur
$fit
false
使用过滤器将图像缩放至所需尺寸。
width
缩放图像的列数。
height
缩放图像的行数。
filter
要使用的图像过滤器。
blur
模糊因子,大于 1 模糊,小于 1 清晰。
The Gmagick 对象。
在错误时抛出 GmagickException。