Contains possible interpolation modes for resizing images.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public enum ResizeInterpolationMode
| Member name | Description |
|---|---|
| Anisotropic4 |
Anisotropic filtration with 4 points. |
| Anisotropic9 |
Anisotropic filtration with 9 points. |
| Cubic |
Cubic interpolation algorithm. |
| High |
Best quality algorithm (usually lowest speed). |
| Lanczos |
Lanczos interpolation algorithm. |
| Lanczos3 |
Lanczos3 interpolation algorithm. |
| Linear |
Linear interpolation algorithm. |
| Low |
Lowest quality algorithm, but usually fastest one. |
| Medium |
Medium quality algorithm (as usual with medium speed). |
| NearestNeighbour |
Nearest neighbour interpolation algorithm. |
| Supersampling |
Supersampling interpolation algorithm. |