imagefmt.bmp

Undocumented in source.

Members

Functions

abs
int abs(int x)
Undocumented in source. Be warned that the author may not have intended to support it.
detect_bmp
bool detect_bmp(Reader* rc)
Undocumented in source. Be warned that the author may not have intended to support it.
mask2idx
bool mask2idx(uint mask, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
read_bmp
ubyte read_bmp(Reader* rc, IFImage image, int reqchans, int reqbpc)
Undocumented in source. Be warned that the author may not have intended to support it.
read_bmp_header
ubyte read_bmp_header(Reader* rc, BMPHeader head)
Undocumented in source. Be warned that the author may not have intended to support it.
read_bmp_info
IFInfo read_bmp_info(Reader* rc)
Undocumented in source. Be warned that the author may not have intended to support it.
write_bmp
ubyte write_bmp(Writer* wc, int w, int h, ubyte[] buf, int reqchans)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

CMP_BITS
enum CMP_BITS;
Undocumented in source.
CMP_RGB
enum CMP_RGB;
Undocumented in source.

Structs

BMPHeader
struct BMPHeader
Undocumented in source.

Meta