Atalasoft dotImage Send comments on this topic.
RedEyeRemovalCommand Class
See Also  Members  
Atalasoft.dotImage Assembly > Atalasoft.Imaging.ImageProcessing.Effects Namespace : RedEyeRemovalCommand Class




Attempt to eliminate "red-eye" from a region of an RGB image.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class RedEyeRemovalCommand 
   Inherits ImageRegionCommand
   Implements IThreadableCommand 
Visual Basic (Usage)Copy Code
Dim instance As RedEyeRemovalCommand
C# 
[SerializableAttribute()]
public class RedEyeRemovalCommand : ImageRegionCommand, IThreadableCommand  
Managed Extensions for C++ 
[SerializableAttribute()]
public __gc class RedEyeRemovalCommand : public ImageRegionCommand, IThreadableCommand  
C++/CLI 
[SerializableAttribute()]
public ref class RedEyeRemovalCommand : public ImageRegionCommand, IThreadableCommand  

Remarks

You must select an "eye" region from the image, then choose a saturation level and color range.  These should be done interactively, as the color and saturation of the "red-eye" effect varies greatly between images.  See the Rubberbanding features in WinControls for selecting the eye region.

Inheritance Hierarchy

System.Object
   Atalasoft.Imaging.ImageProcessing.ImageCommand
      Atalasoft.Imaging.ImageProcessing.ImageRegionCommand
         Atalasoft.Imaging.ImageProcessing.Effects.RedEyeRemovalCommand

Requirements

DotImage Photo Pro, DotImage Document Imaging

See Also