public final class InterpolationMode
extends com.aspose.ms.System.Enum
The T:Aspose.Imaging.InterpolationMode
enumeration specifies the algorithm that is used when images are scaled or rotated.
Modifier and Type | Field and Description |
---|---|
static int |
Bicubic
Specifies bicubic interpolation.
|
static int |
Bilinear
Specifies bilinear interpolation.
|
static int |
Default
Specifies default mode.
|
static int |
High
Specifies high quality interpolation.
|
static int |
HighQualityBicubic
Specifies high-quality, bicubic interpolation.
|
static int |
HighQualityBilinear
Specifies high-quality, bilinear interpolation.
|
static int |
Invalid
Invalid interpolation mode.
|
static int |
Low
Specifies low quality interpolation.
|
static int |
NearestNeighbor
Specifies nearest-neighbor interpolation.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Invalid
Invalid interpolation mode.
public static final int Default
Specifies default mode.
public static final int Low
Specifies low quality interpolation.
public static final int High
Specifies high quality interpolation.
public static final int Bilinear
Specifies bilinear interpolation. No prefiltering is done. This mode is not suitable for shrinking an image below 50 percent of its original size.
public static final int Bicubic
Specifies bicubic interpolation. No prefiltering is done. This mode is not suitable for shrinking an image below 25 percent of its original size.
public static final int NearestNeighbor
Specifies nearest-neighbor interpolation.
public static final int HighQualityBilinear
Specifies high-quality, bilinear interpolation. Prefiltering is performed to ensure high-quality shrinking.
public static final int HighQualityBicubic
Specifies high-quality, bicubic interpolation. Prefiltering is performed to ensure high-quality shrinking. This mode produces the highest quality transformed images.