|
2024-08-19 11:38 AEST by CVS Support - An interesting idea would be to use new icons for this build.
Since it is targeting Windows 10 we should really be using higher resolution
icons everywhere...
Or should we be using PNG icons?
https://en.wikipedia.org/wiki/ICO_(file_format)
see this summary:
https://stackoverflow.com/a/3244679
Windows XP uses 16, 32, 48-size icons, while Windows 7 (and presumably also
Vista) also uses 256-size icons. All other intermediate icon sizes are ignored.
Note that the default desktop icon size in XP was 32x32, while in Windows 7 it
is 48x48. As a consequence, for Windows 7 it is relatively important to have a
48 icon. Otherwise, it is upscaled from a smaller icon, which may look quite
ugly.
for windows 10:
https://stackoverflow.com/q/40749785
you should use all PNG icons 16, 20, 24, 28, 30, 31, 32, 40, 42, 47, 48, 56, 60,
63, 84, 256, but still include .ICO file with these sizes to support legacy
experiences:
16x16
24x24
32x32
48x48
256x256
The answer shows an interesting example of Firefox's Windows 10 PNG manifest.
This could be especially important for things like WM/CVS Suite Studio
I'm going to post this same comment on bug 7788
|