class ViesusCorrect extends EffectQualifier

Enhances an image to its best visual quality with the Viesus Automatic Image Enhancement add-on.

Learn more: Viesus Automatic Image Enhancement.

Methods

__construct()

ViesusCorrect constructor.

noRedEye()

Enhances the image without correcting for red eye.

skinSaturation(int $level = null)

Enhances the image and also applies saturation to the skin tones in the image.

Details

__construct()

ViesusCorrect constructor.

ViesusCorrect noRedEye()

Enhances the image without correcting for red eye.

Return Value

ViesusCorrect

ViesusCorrect skinSaturation(int $level = null)

Enhances the image and also applies saturation to the skin tones in the image.

Parameters

Name Type Description
$level int The enhancement level. A positive value boosts the saturation and a negative value reduces the saturation. (Range: -100 to 100, Server default: 50).

Return Value

ViesusCorrect

Constants

NO_REDEYE

Enhances the image without correcting for red eye.

SKIN_SATURATION

Enhances the image and also applies saturation to the skin tones in the image.