bitbank2 / JPEGDEC

An optimized JPEG decoder suitable for microcontrollers and PCs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support loading image from HTTP

canepan opened this issue · comments

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

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.