InterpolationMode Enumeration

Summary

Interpolation mode support by LEADTOOLS.

Syntax
TypeScript
JavaScript
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.

Remarks

For more information, refer to Image Viewer Interpolation.

Example

For an example, refer to InterpolationMode.

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly