Nomacs is a very lite image editor that features basic image editing and manipulation.
Svg to multisize ico
Convert the github desktop svg logo to a multisize ico file to be used as a folder icon
I want to use the logo of github desktop for a folder. To do so I need to create a ico from the svg file downloaded from GitHub
The standard icon sizes used by windows explorer are
- Extra large icons 256x256
- Large icons 96x96
- Medium icons and Tiles 48x48
- Content 32x32
- Small icons, List and Details 16x16
But windows uses only 16x16, 32x32, 48x48 and 256x256.
[Read More]