Gmagick::resampleimage

(PECL gmagick >= Unknown)

Gmagick::resampleimage将图像重新采样到所需的解析度

描述

public Gmagick::resampleimage(
    float $xResolution,
    float $yResolution,
    int $filter,
    float $blur
): Gmagick

将图像重新采样到所需的解析度。

参数

xResolution

新的图像 x 解析度。

yResolution

新的图像 y 解析度。

filter

要使用的图像过滤器。

blur

模糊因子,大于 1 表示模糊,小于 1 表示锐利。

返回值

成功时返回 Gmagick 对象

错误/异常

发生错误时抛出 GmagickException

添加注释

用户贡献注释

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