Forum und email

Imagick::reduceNoiseImage

(No version information available, might be only in CVS)

Imagick::reduceNoiseImage — Smooths the contours of an image

설명

bool Imagick::reduceNoiseImage ( float $radius )
Warning

This function is currently not documented; only the argument list is available.

Warning

This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk.

Smooths the contours of an image while still preserving edge information. The algorithm works by replacing each pixel with its neighbor closest in value. A neighbor is defined by radius. Use a radius of 0 and Imagick::reduceNoiseImage() selects a suitable radius for you.

매개변수

radius

반환값

성공시에 TRUE를 반환합니다.