Click or drag to resize

DeInterlaceMethod Enumeration

Specifies the method used by the DeInterlaceCommand.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum DeInterlaceMethod
Members
  Member nameDescription
Duplicate Duplicates the interlaced lines.
Interpolate Uses interpolation when the image is de-interlaced.
Merge Merges the interlaced lines together.
See Also