Enum InterpolationMode
Enum InterpolationMode
名称: Aspose.Imaging 收藏: Aspose.Imaging.dll (25.4.0)
Aspose.Imaging.InterpolationMode列表描述了图像被扫描或旋转时使用的算法。
public enum InterpolationMode
Fields
Bicubic = 4
此模式不适合缩小图像低于其原始尺寸的25%。
Bilinear = 3
此模式不适合缩小图像低于其原始尺寸的50%。
Default = 0
指定默认模式。
High = 2
定义高质量的交互。
HighQualityBicubic = 7
指定高品质,比库布间隔,预过滤进行,以确保高品质的缩小,这种模式产生最高质量的转换图像。
HighQualityBilinear = 6
指定高品质,双线交叉,预过滤进行,以确保高品质的缩小。
Invalid = -1
无效的交换模式。
Low = 1
定义低质量的干扰。
NearestNeighbor = 5
定义最接近的邻居间隔。