ICO
ICO raster imageUsed for pixel-based artwork, scans, and photographs.
- Family
- Images
- MIME
- image/vnd.microsoft.icon
Convert ICO to PNG online and see exactly what pixel decoding and image re-encoding changes, what PNG still can't promise, and how to verify the result.
A windows icon container that can hold several square pixel sizes and color depths is decoded into a working pixel canvas first, then written back out under PNG's own color and compression model. Dimensions can stay exactly the same even as encoding, metadata, and fine detail change underneath. ICO input enumerates every embedded square image, size, bit depth, PNG-or-bitmap encoding, mask, and alpha channel instead of decoding only the largest icon. PNG output preserves the exact raster samples with optional full alpha and color metadata, though file size, palette reduction, the lack of animation, and profile handling all still vary by writer.
Canvas decoded from a Windows icon container that can hold several square pixel sizes and color depths. Image written as pixels written losslessly with a full alpha channel available.
Used for pixel-based artwork, scans, and photographs.
Designed for lossless images and transparency.
Choose PNG when its particular balance of compatibility, alpha, animation, and file size matches the destination better than ICO.
A conversion may create only one size, making the icon look soft in menus or high-density displays.
PNG is a poor fit for photographic detail, and even without any JPEG-style loss, palette reduction can visibly simplify a smooth gradient.
The writer builds pixels written losslessly with a full alpha channel available and labels the result as image/png. The receiving application - Not the extension alone - Is the final compatibility test.
Inspect the embedded sizes and preview the icon at 16, 32, 48, and 256 pixels where required.
Zoom to 100% on transparent edges, gradients, and small text, and confirm the exact pixel dimensions.