Neodynamic ImageDraw SDK for .NET
RedEyeRemoval
Represented by Neodynamic.SDK.RedEyeRemoval class.

This action performs red-eye removal effect from an Element. RedEyeRemoval lets you define as many red-eye areas as you want on which the red-eye removal algorithm will be applied. Each red-eye area can be set with a Threshold value or you can set up a single Threshold for all specified red-eye areas. The Threshold value is used for detecting red pixels.

In the following example we have an ImageElement on the Canvas and a RedEyeRemoval action is applied on the ImageElement.


ImageElement before the action is applied.

ImageElement with RedEyeRemoval action applied on it.


Syntax sample