これは .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.
アルファ チャンネル以外の画像については、色深度を低くしても画像に適切に対応できる場合は、深度を低くして代用します。たとえば、16x16x4bpp
(16 色) は非常に単純なロゴに適している場合があります。
(特に、帯域幅の問題については省略し256x256x32bpp
ます。)
IE7 時代以降のほとんどのブラウザはこれで動作しますか? 他の推奨事項はありますか?