22 #ifndef IMAGE_CODECS_BMP_RAW_H 23 #define IMAGE_CODECS_BMP_RAW_H 25 #include "image/codecs/codec.h" 36 BitmapRawDecoder(
int width,
int height,
int bitsPerPixel,
bool ignoreAlpha,
bool flip =
false);
Graphics::PixelFormat getPixelFormat() const override
const Graphics::Surface * decodeFrame(Common::SeekableReadStream &stream) override
Definition: movie_decoder.h:32