Interpolation mode support by LEADTOOLS.
lt.Controls.InterpolationMode = {
none: 0,
resample: 1,
scaleToGray: 2
}
lt.Controls.InterpolationMode = {
none: 0,
resample: 1,
scaleToGray: 2
}
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document