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: | |
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.