PNG
Portable Network GraphicsUsed for lossless images and transparency.
- Family
- Images
- MIME
- image/png
Convert PNG to BMP online and see exactly what transparency flattening and image encoding changes, what BMP 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 BMP. 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 BMP writer commits one rectangular pixel surface with explicit row order and color depth; it is aimed at simple bitmap interchange, not layered or multi-resolution artwork.
Decoded canvas - Losslessly encoded pixels with full alpha transparency. Written image - A plainly structured bitmap with minimal compression that most software can read.
Used for lossless images and transparency.
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 PNG.
PNG is inefficient for many photographs, and indexed optimization can reduce a smooth palette even without JPEG-style loss.
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.
a plainly structured bitmap with minimal compression that most software can read is what gets written, labeled as image/bmp. Whether that actually opens depends on the receiving application, not on the file extension.
Inspect transparent edges, gradients, exact dimensions, color, and small text at 100%.
Check the dimensions, color depth, and orientation, and confirm whether the app you're using actually reads BMP transparency.