Image formatsince 1987

.bmpBitmap Image File

An old Windows raster format that is easy to decode but usually much larger than PNG or JPG.

Extensions
.bmp, .dib
MIME
image/bmp
Standard
Microsoft Windows bitmap / DIB
Released
1987

About this format

BMP stores bitmap pixels in a simple Windows-oriented container. It is useful for legacy software, but it is rarely a good delivery format because many BMP files are uncompressed and can be very large.

Use BMP when a legacy app demands it. Convert it to PNG for lossless sharing or JPG/WebP when the image is photographic.

Real-world samples & file sizes

BMP samples should be judged in the sizes people actually receive, upload, or export. These reference cards show the common shapes and settings to check before choosing a conversion target.

16:91920 x 1080

wide preview

Use for wallpapers, video frames, and desktop previews.

1:11080 x 1080

square crop

Use for profile images, album art, and social posts.

4:51080 x 1350

feed portrait

A common portrait export for social feeds.

9:161080 x 1920

story frame

Use for phone-first previews and vertical posts.

Reference dimensions are platform-style targets. Compatibility and format facts are verified from the linked online sources below.

Pros

  • +Simple structure
  • +Widely understood by desktop image tools
  • +Can store lossless pixel data

Cons

  • Often very large
  • Poor fit for the web
  • Limited modern workflow advantages

BMP vs other formats

vsSizeQualityNote
PNGPNG is usually smallerBoth can be losslessPNG is better for sharing and web use.
JPGJPG is much smaller for photosJPG is lossyUse JPG for photos that do not need lossless pixels.

Where it works

Operating systems
  • Windows native
  • macOS Preview
  • Linux image viewers
Browsers
  • Chrome / Edge support BMP images
  • Firefox support varies by platform
  • Safari support varies
Apps
  • Photoshop
  • GIMP
  • IrfanView
  • Paint

Related tools

Frequently asked questions

Should I upload BMP to a website?
Usually no. Convert BMP to PNG for graphics or JPG/WebP for photos first.
Why is my BMP so large?
Many BMP files store raw or lightly compressed pixels, so file size grows directly with width, height, and color depth.

Sources

Other image formats