Reveal every image stored inside an ICO file
An ICO is a container rather than a single picture. It may hold several versions of the same icon at different dimensions and color depths. This ICO to PNG converter reads that container and exports each valid embedded image separately.
Common favicon resolutions include 16 × 16, 32 × 32, 48 × 48, 64 × 64, 128 × 128, and 256 × 256 pixels. The extractor also preserves unusual rectangular or nonstandard dimensions when they are valid.
Modern ICO files frequently contain PNG-compressed images. Older files may contain Windows DIB bitmap data with separate color and transparency masks. Both common storage methods are handled locally in the browser.
Transparent PNG output
Embedded PNG alpha is retained. Legacy bitmap entries use their alpha bytes and one-bit AND mask so transparent backgrounds, rounded edges, and anti-aliased icon details remain intact.