This topic has not yet been rated - Rate this topic

2.1.1.13 -ms-interpolation-mode

msInterpolationMode of type DOMString, read/write

Sets or retrieves the interpolation (resampling) method used to stretch images. This property has no default value.

-ms-interpolation-mode

Value:  

[ nearest-neighbor || bicubic ]

Initial:  

depends on user-agent

Applies to:  

stretched and zoomed images

Inherited:  

no

Percentages:  

N/A

Media:  

visual

Computed value:  

As specified

Values have the following meaning:

nearest-neighbor

Use nearest-neighbor (low-quality) interpolation.

bicubic

Use bicubic (high-quality) interpolation.

Note   In Windows Internet Explorer 7 at 100% zoom level, the default interpolation is nearest-neighbor; otherwise, bicubic mode is used. In Windows Internet Explorer 8, bicubic is always used.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.