BMP
BMP raster imageUsed for pixel-based artwork, scans, and photographs.
- Family
- Images
- MIME
- image/bmp
Convert BMP to ICO online. See the real pixel decoding and image re-encoding behavior, preservation limits, and a format-specific acceptance test.
A broadly understood bitmap with straightforward pixel storage and little compression is decoded into a working pixel canvas first, then written back out under ICO's own color and compression model. Dimensions can stay exactly the same even as encoding, metadata, and fine detail change underneath. BMP input derives row direction, stride, pixel masks, palette, bit depth, compression mode, dimensions, and optional alpha from its bitmap headers. 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.
Canvas decoded from a broadly understood bitmap with straightforward pixel storage and little compression. Image written as a Windows icon container that can hold several square pixel sizes and color depths.
Used for pixel-based artwork, scans, and photographs.
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 BMP does.
BMP derivatives are often much larger than web images and may encode alpha or row order differently between apps.
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.
Confirm dimensions, color depth, orientation, and whether the receiving app reads transparency.
Inspect the embedded sizes and preview the icon at 16, 32, 48, and 256 pixels where required.