Windows 7 icon sizing problems

后端 未结 1 1036
萌比男神i
萌比男神i 2021-01-19 06:44

I\'m trying to create an application icon. I took a bunch of created *.ico files (one for each size) and combined them into a single *.ico file. I can see them all fine.

1条回答
  •  执笔经年
    2021-01-19 06:59

    As far as I understand it, once you get above a certain size (and it may well be 48x48), Explorer will go looking for a 256x256 icon, and scale it to the desired size.

    128x128 is not a standard icon size, and Explorer may not bother looking for it. You can show icons at up to 256x256 in Explorer ("Extra Large icons"), though you can do sizes in between. If you size your icons to, say, 192x192, then it's going to look better to take a large image and scale it down, rather than to take a small image and scale it up -- so you're better off adding a 256x256 image anyway, rather than a 128x128.

    0 讨论(0)
提交回复
热议问题