bitbank2 / JPEGDEC

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

add open dataStream overload #42

Closed moononournation closed 1 year ago

moononournation commented 1 year ago

for direct decode JPEG from HTTP data stream

moononournation commented 1 year ago

I found you have created a new setUserPointer() function, is it a replacement for setting JPEGFile.fHandle or something else?