BMP3 File Format (.bmp3)
BMP3 is ImageMagick's name for a Windows bitmap saved with the 40-byte BITMAPINFOHEADER that Windows 3.0 introduced in 1990, an encoding choice rather than a different file format, and it's the header structure the overwhelming majority of ordinary .bmp files already use.
BMP3 at a glance#
| Full name | Microsoft Windows bitmap image (V3) |
|---|---|
| File extension | .bmp3 |
| Category | Image Files |
| MIME types | image/bmp |
| Other extensions | .bmp |
| Compression | Uncompressed |
| FileFlip support | FileFlip reads and writes this format |
What a .bmp3 file can hold#
These are the things a BMP3 file either supports or does not, and they are what decides whether a conversion keeps everything or quietly drops something.
| Transparency (alpha channel) | No |
|---|---|
| Lossless compression | Yes |
| Embedded metadata | No |
| Colour profiles | No |
Strengths and limitations of BMP3#
What BMP3 does well
- Supports 1, 4, 8, 16, 24 and 32-bit pixel formats, unlike the older 12-byte header
- Supports RLE4 and RLE8 run-length compression for palette images
- Readable by essentially every image viewer and editor written for Windows since 1990
Where BMP3 falls short
- No native alpha channel; that arrived later with the BITMAPV4HEADER and BITMAPV5HEADER structures
- RLE compression applies only to 4-bit and 8-bit palette images, not to 24-bit or 32-bit ones
Choose BMP3 for maximum compatibility, since it's the header format nearly all BMP-reading software expects.
Convert away from BMP to PNG when the image needs transparency, or when you want lossless compression smaller than BMP3's largely uncompressed pixel data.
How to open a .bmp3 file#
A .bmp3 file opens in the programs below, grouped by the platform you are on. If you would rather not install anything, FileFlip converts BMP3 into a format your machine already opens, and it does it in the browser tab rather than on a server.
| Platform | Programs that open it |
|---|---|
| Windows | Paint, Photos, IrfanView, Adobe Photoshop |
| macOS | Preview, GIMP, Adobe Photoshop |
| Linux | GIMP, ImageMagick |
| Web | FileFlip |
BMP3 questions people ask#
What is BMP3?
BMP3 is ImageMagick's name for a standard Windows bitmap written with the 40-byte BITMAPINFOHEADER, not a separate format. It's the same header structure that almost every ordinary .bmp file already uses.
Is BMP3 the same as a normal BMP file?
Yes, in practice. Windows has used the BITMAPINFOHEADER as its default bitmap header since Windows 3.0 in 1990, so a plain .bmp saved by most modern software is already what ImageMagick calls BMP3.
Does BMP3 support transparency?
No. The BITMAPINFOHEADER that BMP3 writes has no alpha channel; that was added in later Windows header versions. A BMP3 file is always fully opaque.
Converting BMP3 files#
Convert BMP3 to another format
- BMP3 to AsciiDoc
- BMP3 to AVIF
- BMP3 to BBCode
- BMP3 to BibTeX
- BMP3 to BMP
- BMP3 to BMP2
- BMP3 to CBZ
- BMP3 to Djot
- BMP3 to DocBook
- BMP3 to DOCX
- BMP3 to DokuWiki
- BMP3 to EPUB
- BMP3 to FB2
- BMP3 to GIF
- BMP3 to GIF87
- BMP3 to Haddock
- BMP3 to HDR
- BMP3 to HTML
- BMP3 to ICML
- BMP3 to ICO
- BMP3 to ICON
- BMP3 to IPYNB
- BMP3 to Jira
- BMP3 to JNG
See every BMP3 conversion (37 more)
Convert another format to BMP3
- 3FR to BMP3
- ARW to BMP3
- AsciiDoc to BMP3
- AVIF to BMP3
- BibTeX to BMP3
- BMP to BMP3
- BMP2 to BMP3
- CBZ to BMP3
- CR2 to BMP3
- CR3 to BMP3
- Creole to BMP3
- CRW to BMP3
- DCR to BMP3
- Djot to BMP3
- DNG to BMP3
- DocBook to BMP3
- DOCX to BMP3
- DokuWiki to BMP3
- EPUB to BMP3
- ERF to BMP3
- FB2 to BMP3
- GIF to BMP3
- GIF87 to BMP3
- Haddock to BMP3
See every image conversion (62 more)
Every conversion runs inside your browser. The file is read from your disk, the work happens on your own machine, and nothing is uploaded. How FileFlip works names the engine behind each family and how to verify that for yourself.