Free online converter for converting files to BMP2.
We ensure quality, convenience, and support for all formats.
| Data type | Image |
| MIME type | image/bmp |
| Developer | Microsoft (BMP origin; early variants used in Windows/OS/2 era) |
| Primary use cases | Legacy Windows/OS/2 graphics, old software assets, archival/compatibility workflows |
BMP2 is a legacy Windows/OS/2 bitmap variant that uses the 12-byte BITMAPCOREHEADER (the earliest DIB header).
| Data type | Image |
| MIME type | image/bmp |
| Compression | Typically none (uncompressed) |
| Color depth | Commonly 1, 4, 8, or 24 bpp (core header); some implementations may accept 2 bpp |
| Color space | RGB (no embedded color profile; interpretation is application-dependent) |
| Metadata | No standardized EXIF/IPTC; mainly BMP headers plus optional color table |
| Standard / Specification | Microsoft BMP/DIB structures (core header: BITMAPCOREHEADER) |
| Typical file size | Large: roughly width × height × (bpp/8) plus row padding (e.g., 800×600 at 24 bpp ≈ ~1.4 MB) |
| Year introduced | 1987 |
The BMP2 file format offers several advantages that make it suitable for common use cases.
The BMP2 file format has certain limitations that may affect its use in specific scenarios.
Malformed BMP headers/palettes can trigger decoder bugs; keep image libraries/viewers updated
Proprietary format, but publicly documented; generally unrestricted to use