【发布时间】:2011-07-21 05:02:58
【问题描述】:
我需要使用最近邻调整大小而不是当前使用的双三次方式来渲染图像。我目前使用以下:
ms-interpolation-mode: nearest-neighbor;
image-rendering: -moz-crisp-edges;
这适用于 IE 和 Firefox,但不适用于 Chrome 和 Safari。是否有任何 webkit 替代品或任何其他方式来实现此效果?
【问题讨论】:
标签: css image interpolation nearest-neighbor