Click or drag to resize

RawDecoderInterpolation Property

Gets or sets the interpolation method used for color enhancement.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage.Raw (in Atalasoft.dotImage.Raw.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public RawInterpolationMethods Interpolation { get; set; }

Property Value

Type: RawInterpolationMethods
The interpolation method used for color enhancement.
Remarks
Default method is Bilinear and VNG.
See Also