Enum VideoScaleMethod
- Namespace
- VisioForge.Core.Types.X.VideoEffects
- Assembly
- VisioForge.Core.dll
The video scale method.
public enum VideoScaleMethodFields
NearestNeighbour = 0-
Nearest neighbour scaling (fast and low quality).
Bilinear = 1-
2-tap bilinear scaling (slow, middle quality).
R4TAP = 2-
4-tap sinc filter for scaling (slow).
Lanczos = 3-
Multitap Lanczos filter for scaling (slow, high quality).
BilinearMultitap = 4-
Multitap bilinear filter
Sinc = 5-
Multitap sinc filter.
Hermite = 6-
Multitap bicubic Hermite filter.
Spline = 7-
Multitap bicubic spline filter.
Catrom = 8-
Multitap bicubic Catmull-Rom filter.
Mitchell = 9-
Multitap bicubic Mitchell filter.