1-bit (Monochrome)
Each pixel is either black or white. Used for simple black and white images and text.
Everything you need to know about BMP format and uncompressed bitmap images
BMP (Bitmap Image File) is a raster graphics image file format used to store bitmap digital images. Developed by Microsoft for use in Windows, BMP files are uncompressed or use simple lossless compression, meaning they store pixel data exactly as it appears without any data loss. This makes BMP ideal for applications requiring pixel-perfect accuracy but results in very large file sizes compared to compressed formats.
BMP files store image data in a straightforward manner:
This direct storage method means BMP files are typically much larger than compressed formats like JPEG or PNG, but they preserve every pixel exactly as intended.
Each pixel is either black or white. Used for simple black and white images and text.
Supports 16 colors using a color palette. Used for simple graphics with limited colors.
Supports 256 colors using a color palette. Common for older graphics and simple images.
Full color support with 16.7 million colors. Most common BMP format, uses 3 bytes per pixel (RGB).
Full color with transparency support. Uses 4 bytes per pixel (RGBA) including alpha channel.
BMP is ideal for:
BMP is not suitable for:
Uncompressed format preserves every pixel exactly as intended with zero quality loss
Straightforward file format that's easy to read and process programmatically
Supported by virtually all image editing and viewing software
Ideal for applications requiring exact pixel representation without any data modification
Uncompressed format results in files 5-10 times larger than compressed formats
Large file sizes make BMP unsuitable for web pages and online sharing
Only supports simple RLE compression, which is less effective than modern formats
Requires significant storage space compared to compressed formats
BMP vs JPEG: BMP is uncompressed and preserves exact pixel data, while JPEG uses lossy compression for much smaller file sizes. Use BMP for editing, JPEG for web and sharing.
BMP vs PNG: Both are lossless, but PNG uses better compression algorithms resulting in smaller file sizes. PNG also has better web support and transparency features.
BMP vs TIFF: Both are uncompressed, but TIFF supports more advanced features like layers, multiple pages, and better metadata. TIFF is preferred for professional workflows.
Converting BMP to compressed formats like JPEG or PNG is often necessary to reduce file size for web use or sharing. When converting:
Converting other formats to BMP is useful when you need an uncompressed format for editing or when working with software that requires BMP. QuickFormat makes it easy to convert images to BMP format while maintaining the highest possible quality.
JPEG Format Guide | PNG Format Guide | TIFF Format Guide | Format Comparison