2

这涉及 .ico 格式的图标。

我的想法是:

16x16x8bpp (256 colors) - Legacy support.
32x32x8bpp (256 colors) - Legacy support.
16x16x32bpp (16M colors with alpha) - Natively supported on XP and up.
32x32x32bpp (16M colors with alpha) - Natively supported on XP and up.
48x48x32bpp (16M colors with alpha) - Natively supported on XP and up. Important for Windows Vista / Windows 7 desktop icons.

对于非 alpha 通道图像,如果较低的颜色深度可以正确容纳图像,我将替换为较低的深度。例如,16x16x4bpp(16 种颜色)可以容纳非常简单的徽标。

(特别是我将省略256x256x32bpp带宽问题。)

IE7 及更高版本的大多数浏览器都可以使用它吗?还有其他建议吗?

4

1 回答 1

1

是的,大多数 IE7 及更高版本的浏览器都可以使用它。你的想法似乎是正确的。使用 .ico 格式而不是 .png 格式也更有可能适用于任何版本的 IE。

于 2012-05-01T23:38:45.707 回答