Ideal size for .ico

ε祈祈猫儿з 提交于 2019-12-09 07:38:13

问题


What is an ideal size for a .ico file, that would sit in the top corner of a window?


回答1:


Short answer: 16 x 16 pixels.

Long answer:

.ico files can actually contain multiple images, at multiple colour depths - you can provide 16x16, 32x32, 48x48 and 64x64 in a single file and the OS will pick the best one to show.

Of course to keep the file size low you don't want to put too many in there, but if you think people might be saving a link on their desktop (say it's a web application) then it's probably a good move.




回答2:


See Microsoft's recommendations.

Basically, 16x16, 32x32, 48x48, and 256x256 for application icons. I guess the window icon is a toolbar icon so 16x16, 24x24 and 32x32.



来源:https://stackoverflow.com/questions/1526747/ideal-size-for-ico

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