Tagged Questions
3
votes
1answer
2k views
Multi size .ico generator
I need to generate a multi size .ICO file for a desktop software icon.
It needs to contain the following sizes:
16x16 (32-bit)
32x32 (32-bit)
48x48 (32-bit)
96x96 (32-bit)
128x128 (32-bit)
256x256 ...