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;}
The first image demonstrates a
bicubic interpolation implementation.
While the second image demonstrates a "nearest-neighbor" interpolation on the same data set.
No comments:
Post a Comment