All specs
Windows DIBW3CNicheProductSystems

Bitmap Image File (BMP/DIB)

Data Formats·World Wide Web Consortium
WHY YOU NEED THIS

Legacy Windows bitmap format still encountered in scanners, game assets, and older pipelines. Simple header + raw pixels — useful for understanding uncompressed raster layout.

What It Defines

Uncompressed or RLE-compressed raster format: `BM` magic, BITMAPFILEHEADER, DIB header (BITMAPINFOHEADER variant), optional color palette, then raw pixel data. Little-endian, bottom-up row order in classic BMP. MIME type: `image/bmp`.

Canonical (Normative)

bmpdibimagerasteruncompressed
Standards Body
World Wide Web Consortium

Publishes web platform specs including CSS, accessibility, security policies, Service Workers, Web App Manifest, and many browser APIs. Also maintains some versioned HTML/DOM specs.

Visit

Related Specs

W3C PNG / ISO/IEC 15948W3CMust Know

PNG

PNG is the default lossless image format on the web — screenshots, UI assets, icons with transparency, and OCR-friendly graphics. Chunk structure matters for metadata stripping and security review.

ProductData Formats
Details
ISO/IEC 12639 / TIFF 6.0ISO/IECNiche

TIFF

TIFF is the archival/print industry standard — scanned documents, GIS, medical imaging, and DNG raw photos. IFD tag model is a classic variable-header design.

ProductBack OfficeData Formats
Details
IANAMust Know

File Formats

Every upload, download, attachment, and asset pipeline crosses these layers. Misunderstanding header vs envelope causes MIME spoofing bugs, parser differentials, and broken file validation. Start here before diving into individual format specs.

ProductData Formats
Details