Scripting Function Parameter Type - InterpolationModeValue
Specifies the algorithm that is used when images are processed.
Value |
Description |
Bicubic |
Specifies bicubic interpolation. No prefiltering is done. This mode is not suitable for shrinking an image below 25 percent of its original size. |
Bilinear |
Specifies bilinear interpolation. No prefiltering is done. This mode is not suitable for shrinking an image below 50 percent of its original size. |
High |
Specifies high quality interpolation. |
HighQualityBicubic |
Specifies high-quality, bicubic interpolation. Prefiltering is performed to ensure high-quality shrinking. This mode produces the highest quality transformed images. |
HighQualityBilinear |
Specifies high-quality, bilinear interpolation. Prefiltering is performed to ensure high-quality shrinking. |
Low |
Specifies low quality interpolation. |
NearestNeighbor |
Specifies nearest-neighbor interpolation. |
Version Information
Supported in Multiple Image Resizer .NET v2.0.0.0
See Also