Tuesday, December 23, 2008

Image Rendering: Bicubic Interpolation

This article shows a quick fix for IE7 image rendering.  The CSS fix applies bicubic interpolation algorithm for image rendering.  I used it like this,     img {-ms-interpolation-mode:bicubic;}

I honestly had to look up this wiki article regarding bicubic interpolation.  

The first image demonstrates a bicubic interpolation implementation.
While the second image demonstrates a "nearest-neighbor" interpolation on the same data set.


No comments: