ResizeType Enumeration

Specifies the resize type.

Module: aspose.psd

Full Name: aspose.psd.ResizeType

Aspose.PSD Version: 24.4.0

Members

Member nameDescription
ADAPTIVE_RESAMPLEResample using adaptive algorithm based on weighted and blended rational function and lanczos3 interpolation algorithms.
BELLThe Bell interpolation method
BILINEAR_RESAMPLEResample using bilinear interpolation. Image pre-filtering is allowed to remove the noice before resample, when needed
CATMULL_ROMThe Catmull-Rom cubic interpolation method.
CENTER_TO_CENTERCenter of the new image will coincide with the center of the original image. Crop will occur if required.
CUBIC_B_SPLINEThe CubicBSpline cubic interpolation method
CUBIC_CONVOLUTIONThe Cubic Convolution interpolation method
HIGH_QUALITY_RESAMPLEThe high quality resample
LANCZOS_RESAMPLEResample using lanczos algorithm with a=3.
LEFT_BOTTOM_TO_LEFT_BOTTOMLeft bottom point of the new image will coincide with the left bottom point of the original image. Crop will occur if required.
LEFT_TOP_TO_LEFT_TOPLeft top point of the new image will coincide with the left top point of the original image. Crop will occur if required.
MITCHELLThe Mitchell cubic interpolation method
NEAREST_NEIGHBOUR_RESAMPLEResample using nearest neighbour algorithm.
NONEThe pixels are not preserved during resize operation.
RIGHT_BOTTOM_TO_RIGHT_BOTTOMRight bottom point of the new image will coincide with the right bottom point of the original image. Crop will occur if required.
RIGHT_TOP_TO_RIGHT_TOPRight top point of the new image will coincide with the right top point of the original image. Crop will occur if required.
SIN_CThe Sinc (Lanczos3) cubic interpolation method