imageformats ~master (2020-07-24T09:26:49Z)
Dub
Repo
DibV4
imageformats
bmp
Part of BMP header, not always present.
struct
DibV4 {
uint
color_space_type
;
ubyte
[
36
]
color_space_endpoints
;
uint
gamma_red
;
uint
gamma_green
;
uint
gamma_blue
;
}
Members
Variables
color_space_endpoints
ubyte
[
36
]
color_space_endpoints
;
Undocumented in source.
color_space_type
uint
color_space_type
;
Undocumented in source.
gamma_blue
uint
gamma_blue
;
Undocumented in source.
gamma_green
uint
gamma_green
;
Undocumented in source.
gamma_red
uint
gamma_red
;
Undocumented in source.
Meta
Source
See Implementation
imageformats
bmp
functions
detect_bmp
read_bmp
read_bmp_from_mem
read_bmp_header
read_bmp_header_from_mem
read_bmp_info
read_bmp_info_from_mem
write_bmp
write_bmp_to_mem
structs
BMP_Header
DibV1
DibV2
DibV4
DibV5
Part of BMP header, not always present.