[]
Specifies the sampling or filtering mode to use when scaling an image.
public enum WicInterpolationMode
Public Enum WicInterpolationMode
Name | Description |
---|---|
Cubic | A bicubic interpolation algorithm. |
Fant | A Fant resampling algorithm. |
HighQualityCubic | A high quality bicubic interpolation algorithm. |
Linear | A bilinear interpolation algorithm. |
NearestNeighbor | A nearest neighbor interpolation algorithm. Also known as nearest pixel or point interpolation. |