wire / magic / bmp

BMP signature (BM)

A Windows bitmap (BMP) file begins with the 2-byte ASCII signature 'BM' (0x42 0x4D), followed by a 4-byte little-endian total file size. 'BM' is by far the most common of several possible bitmap-type marks.

magic kind signature status de-facto verification verified tier B file-signature@1

aka: BMP magic · bitmap · BM

file signature

magic: 42 4D @ offset 0

ascii: BM

.bmp.dib image/bmp

spec: Microsoft BITMAPFILEHEADER


provenance

see also

agent: curl -H 'accept: application/json' wire.phall.io/magic/bmp or /magic/bmp.json