aspose.diagram
Class InterpolationMode

Utility class containing constants. The InterpolationMode enumeration specifies the algorithm that is used when images are scaled or rotated.

Field Summary
const  NumberINVALID
           Equivalent to the Invalid element of the QualityMode enumeration.
const  NumberDEFAULT
           Specifies default mode.
const  NumberLOW
           Specifies low quality interpolation.
const  NumberHIGH
           Specifies high quality interpolation.
const  NumberBILINEAR
           Specifies bilinear interpolation. No prefiltering is done. This mode is not suitable for shrinking an image below 50 percent of its original size.
const  NumberBICUBIC
           Specifies bicubic interpolation. No prefiltering is done. This mode is not suitable for shrinking an image below 25 percent of its original size.
const  NumberNEAREST_NEIGHBOR
           Specifies nearest-neighbor interpolation.
const  NumberHIGH_QUALITY_BILINEAR
           Specifies high-quality, bilinear interpolation. Prefiltering is performed to ensure high-quality shrinking.
const  NumberHIGH_QUALITY_BICUBIC
           Specifies high-quality, bicubic interpolation. Prefiltering is performed to ensure high-quality shrinking. This mode produces the highest quality transformed images.
 

Field Detail

INVALID

const Number INVALID
Equivalent to the Invalid element of the QualityMode enumeration.

DEFAULT

const Number DEFAULT
Specifies default mode.

LOW

const Number LOW
Specifies low quality interpolation.

HIGH

const Number HIGH
Specifies high quality interpolation.

BILINEAR

const Number BILINEAR
Specifies bilinear interpolation. No prefiltering is done. This mode is not suitable for shrinking an image below 50 percent of its original size.

BICUBIC

const Number BICUBIC
Specifies bicubic interpolation. No prefiltering is done. This mode is not suitable for shrinking an image below 25 percent of its original size.

NEAREST_NEIGHBOR

const Number NEAREST_NEIGHBOR
Specifies nearest-neighbor interpolation.

HIGH_QUALITY_BILINEAR

const Number HIGH_QUALITY_BILINEAR
Specifies high-quality, bilinear interpolation. Prefiltering is performed to ensure high-quality shrinking.

HIGH_QUALITY_BICUBIC

const Number HIGH_QUALITY_BICUBIC
Specifies high-quality, bicubic interpolation. Prefiltering is performed to ensure high-quality shrinking. This mode produces the highest quality transformed images.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.