Table of Contents

Enum DngInterpolation

Namespace
ImageMagick.Formats
Assembly
Magick.NET-Q8-AnyCPU.dll

Defines the dng interpolation quality.

public enum DngInterpolation

Fields

Ahd = 3

AHD interpolation.

Dcb = 4

DCB interpolation.

Dht = 11

DHT interpolation.

Disabled = -1

Interpolation will be disabled.

Linear = 0

Linear interpolation.

ModifiedAhd = 12

Modified AHD interpolation (by Anton Petrusevich).

Ppg = 2

PPG interpolation.

Vng = 1

VNG interpolation.