ViesusCorrect
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.
ViesusCorrect
skinSaturation(int $level = null)
Enhances the image and also applies saturation to the skin tones in the image.
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. |