Interpolation mode support by LEADTOOLS.
lt.Controls.InterpolationMode = {
None: 0,
Resample: 1,
ScaleToGray: 2
}
lt.Controls.InterpolationMode = {
None: 0,
Resample: 1,
ScaleToGray: 2
}
Members
0 | None |
(0) No interpolation. Default rendering by the platform. |
1 | Resample |
(1) Use bilinear interpolation (resample) if the render operation needs to resize the image when zoom value is less than 1:1. This mode works for both bitonal (black/white) and color images. |
2 | ScaleToGray |
(2) Enables grayscaling of bitonal images (such as black and white) if the render operation needs to resize the image when zoom value is less than 1:1. This mode produces slightly better result if the original image was black and white. However, in almost all cases, Resample produces similar results in quality and speed and should be used for all images. |
For more information, refer to Image Viewer Interpolation.
For an example, refer to InterpolationMode.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET