Decoder for BMP images.
Used in engines:
Classes | |
class | Image::BitmapDecoder |
Functions | |
bool | Image::writeBMP (Common::WriteStream &out, const Graphics::Surface &input, const byte *palette=nullptr) |
bool Image::writeBMP | ( | Common::WriteStream & | out, |
const Graphics::Surface & | input, | ||
const byte * | palette = nullptr |
||
) |
Outputs an uncompressed BMP stream of the given input surface.