ImageGear Professional v18.2 > API Reference Guide > Processing Component API Reference > Processing Component Enumerations > enumIGInterpolations Enumeration |
Specifies types of interpolation.
IG_INTERPOLATION_NONE | Preserve the original number of palette entries |
IG_INTERPOLATION_AVERAGE | Average |
IG_INTERPOLATION_BILINEAR | Bilinear |
IG_INTERPOLATION_NEAREST_NEIGHBOR | Nearest neighbor |
IG_INTERPOLATION_PADDING | Padding |
IG_INTERPOLATION_GRAYSCALE | Grayscale |
IG_INTERPOLATION_PRESERVE_WHITE | Preserve white |
IG_INTERPOLATION_PRESERVE_BLACK | Preserve black |
IG_INTERPOLATION_BICUBIC | Bicubic |