bitbank2 / JPEGDEC

An optimized JPEG decoder for Arduino
Apache License 2.0
365 stars 47 forks source link

Support loading image from HTTP #63

Closed canepan closed 7 months ago

canepan commented 7 months ago

Hi, do you think it would be possible to read the image via the network, instead than from disk or RAM? I would like to make this work without an SD, if at all feasible

bitbank2 commented 7 months ago

The image data can come from anywhere. You can write open/read/seek callback functions any way you want as long as the data is valid.