enum Tinman.Image.Interpolation
Enumeration of interpolation modes for scaling images.
Items
The following table lists all iemts of this enum type, including their string tags (if
defined).
Enumeration Item |
CatmullRom
|
|
A Catmull-Rom spline is used for interpolation.
The interpolated curve touches all data points; its first derivative is continuous.
|
UniformB
|
|
An Uniform-B spline is used for interpolation.
The interpolated curve approximates the data points; its first and second derivatives are continuous.
|
Usages
The following table shows all usages of this config type.