⭐ 5 average from 15 votes.
BMP is a Windows-born raster format that stores pixel data in a very direct layout—usually uncompressed or with simple RLE. That makes files easy to read and edit, though typically larger. It supports a wide range of color depths, from 1-bit monochrome and 8-bit palettes to 24/32-bit true color, with optional alpha in some variants. It’s common in legacy pipelines, device captures, and cases where maximum compatibility or raw pixel fidelity is preferred.
Q: What is BMP?
A: BMP is an uncompressed raster image format.
Q: File size?
A: BMP files are larger due to no compression.