PHP 8.4.0 RC4 available for testing

Gmagick::normalizeimage

(PECL gmagick >= Unknown)

Gmagick::normalizeimageEnhances the contrast of a color image

说明

public Gmagick::normalizeimage(int $channel = ?): Gmagick

Enhances the contrast of a color image by adjusting the pixels color to span the entire range of colors available.

参数

channel

Identify which channel to normalize.

返回值

The Gmagick object.

错误/异常

错误时抛出 GmagickException

添加备注

用户贡献的备注

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