VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebInterpolationModeEnumJS Enumeration
Members Hierarchy BrowserCompatibility SeeAlso
WebInterpolationModeEnumJS Enumeration
Specifies available algorithms, which can be used for image scaling or rotation.
Members
MemberDescription
BilinearSpecifies bilinear interpolation. No prefiltering is done. This mode is not suitable for shrinking an image below 50 percent of its original size.
BicubicSpecifies bicubic interpolation. No prefiltering is done. This mode is not suitable for shrinking an image below 25 percent of its original size.
NearestNeighborSpecifies nearest-neighbor interpolation.
HighQualityBilinearSpecifies high-quality, bilinear interpolation. Prefiltering is performed to ensure high-quality shrinking.
HighQualityBicubicSpecifies high-quality, bicubic interpolation. Prefiltering is performed to ensure high-quality shrinking. This mode produces the highest quality transformed images.
Inheritance Hierarchy

Object
   Vintasoft.Shared.WebEnumItemBaseJS
      Vintasoft.Shared.WebInterpolationModeEnumJS

Browser Compatibility
56+
45+
11
See Also