编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « Gmagick::mapimage
  • Gmagick::minifyimage »
  • PHP Manual
  • Gmagick
  • Applies a digital filter

Gmagick::medianfilterimage

(PECL gmagick >= Unknown)

Gmagick::medianfilterimage — Applies a digital filter

说明

public Gmagick::medianfilterimage ( float $radius ) : void

Applies a digital filter that improves the quality of a noisy image. Each pixel is replaced by the median in a set of neighboring pixels as defined by radius.

参数

radius

The radius of the pixel neighborhood.

返回值

Gmagick object with median filter applied.

错误/异常

错误时抛出 GmagickException。

相关文章
php gmagick adds new image to gmagick object image listphp gmagick adds blur filter to imagephp gmagick the current purposephp gmagick displaces an image s colormapphp gmagick the filename associated with an image sequencephp gmagick returns the image background colorphp gmagick returns the image heightphp gmagick gets the image histogramphp gmagick returns the width of the imagephp gmagick applies a digital filterphp gmagick scales an image proportionally to half its sizephp gmagick reads image from filenamephp gmagick sets the image background colorphp gmagick adds a named profile to the gmagick objectphp gmagick applies a solarizing effect to the imagephp gmagick changes the size of an imagephp imagick adds blur filter to imagephp imagick applies a digital filterphp imagick applies wave filter to the imagephp sphinxclient add new integer range filter
关注编程学问公众号
编程学问网 湘ICP备20001732号