Windows-app-iconen correct maken
Windows vraagt om 7 verschillende icoonmaten. Eén .ico kan ze allemaal bevatten.
Check favicons on any website
Install the FetchFavicon Chrome Extension to extract, preview, and validate favicons instantly.
De Windows-icoonmatenmatrix
Microsoft adviseert om 16, 24, 32, 48, 64, 128 en 256 in één .ico te bundelen. Het besturingssysteem kiest per oppervlak de juiste maat.
Compressie is cruciaal bij 256×256
Gebruik PNG-compressie voor de 128- en 256-vermeldingen — ongecomprimeerde BMP op dat formaat levert een bestand van meer dan 256 KB op.
Tools die dit goed doen
Onze generator bundelt elke maat met optimale compressie. Lever een 512×512-bron aan en je bent klaar.
Veelgestelde vragen
What sizes should a Windows .ico contain?
Bundle 16, 24, 32, 48, 64, 128, and 256 pixels in one .ico. Windows picks the best size per surface.
How do I create a Windows app icon from a PNG?
Start from a 512×512 square PNG and convert to a multi-size .ico with a tool that embeds PNG compression for larger entries.
Why is my Windows .ico file so large?
Uncompressed BMP entries at 256×256 bloat the file. Use PNG-compressed entries inside the .ico container instead.