imageformats ~master (2020-07-24T09:26:49Z)
Dub
Repo
read_bmp_info
imageformats
bmp
Undocumented in source. Be warned that the author may not have intended to support it.
void
read_bmp_info
(char[] filename, int w, int h, int chans)
void
read_bmp_info
(Reader stream, int w, int h, int chans)
package
void
read_bmp_info
(
Reader
stream
,
out
int
w
,
out
int
h
,
out
int
chans
)
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