gamut.codecs.bmpenc

BMP encoder. Encoder based upon imageformats dub package.

Members

Functions

write_bmp
bool write_bmp(const(Image) image, IOStream* io, IOHandle handle, int w, int h, int tgt_chans)
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.

Meta