BMP (Windows Bitmap) Image File Format

BMP Decoder Notes

Color Management

PixelLive SDK supports Windows Bitmap (usually known as BMP file) of V4, V5, V6 variations. It can load embedded or linked color profile (or any other color related information) in the file. For the files with gamma values, it assumes D50 white point. If there're no color profiles, it assumes sRGB for the image.

Resolution

For the files without resolution information, PixelLive SDK supposes them as 72dpi image.

Supported Bitmap Formats

BMP Encoder Notes

BMP encoder only supports pmGray8 (Grayscale 8bit; as an image with gray-tone palette), pmRGB8 (RGB 24bit) and pmRGBA8 (RGBA 32bit) bitmap. Images with any other photometrics are automatically converted into the supported photometric.
This document is automatically generated using doxygen 1.5.4 at Fri Jun 27 18:22:54 2008.