RawInterpolationMethods Enumeration |
The RAW format has one color per pixel due to BAYER transformation performed inside D.C.
RawInterpolationMethod indicates the type of interpolation performed, if any, to transform the image into the
desired colorspace.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage.Raw (in Atalasoft.dotImage.Raw.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax [FlagsAttribute]
public enum RawInterpolationMethods
<FlagsAttribute>
Public Enumeration RawInterpolationMethods
Members
| Member name | Description |
---|
| None | Does not interpolate colors, provides RAW image data. |
| BiLinear | Performs Bi-Linear interpolation. |
| Vng | Performs VNG interpolation. |
| Ahd | Performs AHD interpolation. |
See Also Reference
[!:RawDecoder.Interpolation]