From 4e89071b32b873823d338bd750d942c0115b025c Mon Sep 17 00:00:00 2001 From: Jaka Kranjc Date: Wed, 15 May 2024 23:28:59 +0200 Subject: [PATCH] bmp improvements --- file_formats/ie_formats/bmp_v5.htm | 51 ++++++++++++++---------------- 1 file changed, 24 insertions(+), 27 deletions(-) diff --git a/file_formats/ie_formats/bmp_v5.htm b/file_formats/ie_formats/bmp_v5.htm index fd5dfa99..9a7cd9c5 100644 --- a/file_formats/ie_formats/bmp_v5.htm +++ b/file_formats/ie_formats/bmp_v5.htm @@ -8,8 +8,8 @@
General Description
- Microsoft format documentation
- The Enhanced editions support also version 5 of the BMP format. It is largely the same as version 1 used by the original games, but supports 32-bit colors (still 8 bits per channel, but adds one for alpha).
+ Microsoft format documentation

+ The Enhanced editions support also version 5 of the BMP format. It is largely the same as version 1 used by the original games, but supports 32-bit colors (still 8 bits per channel, but adds one for alpha).



@@ -38,7 +38,7 @@ 0x06 2 reserved words 4 bytes - unused (=0) + Unused (=0) 0x0a @@ -95,14 +95,13 @@ 0x26 XpixelsPerM 4 bytes - horizontal resolution: - Pixels/meter + Horizontal resolution: Pixels/meter 0x2a YpixelsPerM 4 bytes - vertical resolution: Pixels/meter + Vertical resolution: Pixels/meter 0x2e @@ -120,12 +119,10 @@ 0x36 - Color masks - - + Color masks -   +     Red mask 4 bytes @@ -149,103 +146,103 @@ 0x46 - CSType + CSType 4 bytes Color space type 0x4a - RedX + RedX 4 bytes X coordinate of red endpoin 0x4e - RedY + RedY 4 bytes Y coordinate of red endpoin 0x52 - RedZ + RedZ 4 bytes Z coordinate of red endpoin 0x56 - GreenX + GreenX 4 bytes X coordinate of green endpoint 0x5a - GreenY + GreenY 4 bytes Y coordinate of green endpoint 0x5e - GreenZ + GreenZ 4 bytes Z coordinate of green endpoint 0x62 - BlueX + BlueX 4 bytes X coordinate of blue endpoint 0x66 - BlueY + BlueY 4 bytes Y coordinate of blue endpoint 0x6a - BlueZ + BlueZ 4 bytes Z coordinate of blue endpoint 0x6e - GammaRed + GammaRed 4 bytes Gamma red coordinate scale value 0x72 - GammaGreen + GammaGreen 4 bytes Gamma green coordinate scale value 0x76 - GammaBlue + GammaBlue 4 bytes Gamma blue coordinate scale value 0x7a - Intent + Intent 4 bytes Rendering intent for bitmap 0x7e - ProfileData + ProfileData 4 bytes Offset to profile data 0x82 - ProfileSize + ProfileSize 4 bytes Size of embedded profile data 0x86 - Reserved3 + Reserved3 4 bytes