Gmagick::resizeimage

(PECL gmagick >= Unknown)

Gmagick::resizeimage缩放图像

描述

public Gmagick::resizeimage(
    int $width,
    int $height,
    int $filter,
    float $blur,
    bool $fit = false
): Gmagick

使用过滤器将图像缩放至所需尺寸。

参数

width

缩放图像的列数。

height

缩放图像的行数。

filter

要使用的图像过滤器。

blur

模糊因子,大于 1 模糊,小于 1 清晰。

返回值

The Gmagick 对象。

错误/异常

在错误时抛出 GmagickException

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top