Skip to content
>_ TrueFileSize.com

Sample BMP Files — Windows Bitmap for Testing

Download free sample BMP files in 4-bit (16-color legacy) and 24-bit (true color) variants. Windows Bitmap is a legacy format used in Windows development and system testing.

sample-100kb.bmp

99.7 KB

200×170 · 24-bit · RGB

bmp
Download

sample-1mb.bmp

900 KB

640×480 · 24-bit · RGB

bmp
Download

sample-4bit.bmp

225 KB

320×240 · 4-bit

bmp
Download

sample-24bit.bmp

900 KB

640×480 · 24-bit · RGB

bmp
Download

What is BMP used for?

  • Legacy Windows application development
  • System-level graphics testing (boot screens, BIOS)
  • Testing backward compatibility with older image formats
  • Embedded systems with limited format support
  • Testing uncompressed image handling (no decoding overhead)

Technical specifications

FormatWindows Bitmap (BMP/DIB)
CompressionNone (uncompressed) or RLE
Bit depths1, 4, 8, 16, 24, 32 bits
Color support16 colors (4-bit) to 16.7M (24-bit)
PlatformWindows native, supported everywhere

Frequently Asked Questions

Other image formats