5 #ifdef USE_ONLINE_IMAGE_PNG_SUPPORT 9 namespace online_image {
24 int prepare(
size_t download_size)
override;
25 int HOT
decode(uint8_t *buffer,
size_t size)
override;
34 #endif // USE_ONLINE_IMAGE_PNG_SUPPORT int prepare(size_t download_size) override
PngDecoder(OnlineImage *image)
Construct a new PNG Decoder object.
Download an image from a given URL, and decode it using the specified decoder.
Class to abstract decoding different image formats.
int HOT decode(uint8_t *buffer, size_t size) override
Image decoder specialization for PNG images.
Implementation of SPI Controller mode.