ImageGearJava Project > com.accusoft.imagegear.processing Package : ImGearInterpolations Enumeration |
Member | Description |
---|---|
AVERAGE | Average value interpolation. |
BICUBIC | Bicubic interpolation. |
BILINEAR | Bilinear interpolation. |
GRAYSCALE | Grayscale interpolation. |
NEAREST_NEIGHBOR | Nearest neighborhood interpolation. |
NONE | No interpolation. |
PRESERVE_BLACK | Interpolation method that preserves black pixels. |
PRESERVE_WHITE | Interpolation method that preserves white pixels. |
java.lang.Object
java.lang.Enum
com.accusoft.imagegear.processing.ImGearInterpolations