BMP
BMP raster imageUsed for pixel-based artwork, scans, and photographs.
- Family
- Images
- MIME
- image/bmp
Convert BMP to PNG online. See the real pixel decoding and image re-encoding behavior, preservation limits, and a format-specific acceptance test.
A plainly structured bitmap with minimal compression that most software can read 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. BMP input derives row direction, stride, pixel masks, palette, bit depth, compression mode, dimensions, and optional alpha from its bitmap headers. PNG delivery preserves exact raster samples with optional full alpha and color metadata, but file size, palette reduction, animation absence, and profile handling still vary.
Decoded canvas - A plainly structured bitmap with minimal compression that most software can read. Written image - Losslessly encoded pixels with full alpha transparency.
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 BMP.
A BMP derivative is typically far larger than a web-oriented image, and row order or alpha handling can differ between the apps that read it.
PNG is inefficient for many photographs, and indexed optimization can reduce a smooth palette even without JPEG-style loss.
losslessly encoded pixels with full alpha transparency is what gets written, labeled as image/png. Whether that actually opens depends on the receiving application, not on the file extension.
Check the dimensions, color depth, and orientation, and confirm whether the app you're using actually reads BMP transparency.
Inspect transparent edges, gradients, exact dimensions, color, and small text at 100%.