Enum VideoScaleMethod
The video scale method.
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public enum VideoScaleMethod
Fields
Name | Description |
---|---|
Bilinear | 2-tap bilinear scaling (slow, middle quality). |
BilinearMultitap | Multitap bilinear filter |
Catrom | Multitap bicubic Catmull-Rom filter. |
Hermite | Multitap bicubic Hermite filter. |
Lanczos | Multitap Lanczos filter for scaling (slow, high quality). |
Mitchell | Multitap bicubic Mitchell filter. |
NearestNeighbour | Nearest neighbour scaling (fast and low quality). |
R4TAP | 4-tap sinc filter for scaling (slow). |
Sinc | Multitap sinc filter. |
Spline | Multitap bicubic spline filter. |