[]
Specifies the sampling or filtering mode to use when scaling an image.
public enum WicInterpolationMode
Cubic = 2
A bicubic interpolation algorithm.
Fant = 3
A Fant resampling algorithm.
HighQualityCubic = 4
A high quality bicubic interpolation algorithm.
Linear = 1
A bilinear interpolation algorithm.
NearestNeighbor = 0
A nearest neighbor interpolation algorithm. Also known as nearest pixel or point interpolation.