PHP 8.4.0 RC3 available for testing

Gmagick::spreadimage

(PECL gmagick >= Unknown)

Gmagick::spreadimageRandomly displaces each pixel in a block

说明

public Gmagick::spreadimage(float $radius): Gmagick

Special effects method that randomly displaces each pixel in a block defined by the radius parameter.

参数

radius

Choose a random pixel in a neighborhood of this extent.

返回值

The Gmagick object.

错误/异常

错误时抛出 GmagickException

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top