What icon resources are relevant to windows 8?

半城伤御伤魂 提交于 2019-12-11 04:37:16

问题


What icon resources are most relevant to windows 8? I have currently the largest icon in res file 48x48 x256 colors, should I have a larger one for Win8?


回答1:


Nothing has changed in this area, at least for desktop apps, since Vista. In other words, you are already 5 years out-of-date. ;-)

The guidelines that were introduced for Vista remain valid. For application icons the guidelines say:

Application icons and Control Panel items: The full set includes 16x16, 32x32, 48x48, and 256x256 (code scales between 32 and 256).

The 256px icon should be a compressed PNG icon. The Delphi 4 resource compiler does not support such icons. You can use, for example, the MS resource compiler, rc.exe.



来源:https://stackoverflow.com/questions/14211854/what-icon-resources-are-relevant-to-windows-8

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!