PNG
Portable Network GraphicsUsed for lossless images and transparency.
- Family
- Images
- MIME
- image/png
Convert PNG to ICO online and see exactly what transparency flattening and image encoding changes, what ICO still can't promise, and how to verify the result.
The PNG pixel canvas is decoded, its alpha composited against an opaque background, and the result encoded as ICO. Edge color must be judged against the actual destination background because transparency cannot be recovered afterward. PNG decoding combines filtered scanlines with declared color type, bit depth, palette or full alpha, color-profile chunks, and optional ancillary metadata. The ICO destination is a Windows icon resource, where useful delivery normally requires a deliberate set of square raster sizes rather than one arbitrary canvas.
Decoded canvas - Pixels written losslessly with a full alpha channel available. Written image - A Windows icon container that can hold several square pixel sizes and color depths.
Used for lossless images and transparency.
Designed for pixel-based artwork, scans, and photographs.
ICO wins this route whenever its specific mix of compatibility, alpha, animation, and file size fits the destination better than PNG does.
PNG is a poor fit for photographic detail, and even without any JPEG-style loss, palette reduction can visibly simplify a smooth gradient.
A conversion may create only one size, making the icon look soft in menus or high-density displays.
a Windows icon container that can hold several square pixel sizes and color depths is what gets written, labeled as image/vnd.microsoft.icon. Whether that actually opens depends on the receiving application, not on the file extension.
Zoom to 100% on transparent edges, gradients, and small text, and confirm the exact pixel dimensions.
Inspect the embedded sizes and preview the icon at 16, 32, 48, and 256 pixels where required.