Loading...
Loading...
Bitmap Image File
MIME type: image/bmp
BMP is an uncompressed raster image format native to Windows. It stores pixel data directly, resulting in large files but zero quality loss and fast rendering.
BMP files store pixel data in rows (bottom-up by default) with optional RLE compression. The header contains image dimensions, bit depth (1, 4, 8, 16, 24, or 32 bits), and color table.
BMP is an uncompressed image format native to Windows. It produces large files because it stores every pixel's color data without any compression.