4#ifdef USE_ONLINE_IMAGE_BMP_SUPPORT
9namespace online_image {
23 int HOT
decode(uint8_t *buffer,
size_t size)
override;
Image decoder specialization for PNG images.
uint32_t image_data_size_
uint32_t color_table_entries_
BmpDecoder(OnlineImage *image)
Construct a new BMP Decoder object.
int HOT decode(uint8_t *buffer, size_t size) override
uint32_t compression_method_
Class to abstract decoding different image formats.
Download an image from a given URL, and decode it using the specified decoder.
Providing packet encoding functions for exchanging data with a remote host.