ICO
ICO raster imageUsed for pixel-based artwork, scans, and photographs.
- Family
- Images
- MIME
- image/vnd.microsoft.icon
Convert ICO to BMP online and see exactly what pixel decoding and image re-encoding changes, what BMP 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 BMP'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. BMP output writes a single flat pixel surface with an explicit row order and color depth, built for simple bitmap interchange rather than layers or multiple resolutions.
Decoded canvas - A Windows icon container that can hold several square pixel sizes and color depths. Written image - A broadly understood bitmap with straightforward pixel storage and little compression.
Used for pixel-based artwork, scans, and photographs.
Designed for pixel-based artwork, scans, and photographs.
Choose BMP 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.
BMP derivatives are often much larger than web images and may encode alpha or row order differently between apps.
The writer builds a broadly understood bitmap with straightforward pixel storage and little compression and labels the result as image/bmp. 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.
Confirm dimensions, color depth, orientation, and whether the receiving app reads transparency.