4#ifdef USE_RUNTIME_IMAGE_BMP
23 int HOT
decode(uint8_t *buffer,
size_t size)
override;
Image decoder specialization for BMP images.
uint32_t image_data_size_
uint32_t color_table_entries_
bool is_finished() const override
uint32_t compression_method_
BmpDecoder(RuntimeImage *image)
Construct a new BMP Decoder object.
int HOT decode(uint8_t *buffer, size_t size) override
Class to abstract decoding different image formats.
A dynamic image that can be loaded and decoded at runtime.