Bodmer / TJpg_Decoder

Jpeg decoder library based on Tiny JPEG Decompressor
Other
222 stars 42 forks source link

include http_stream #46

Closed SirCooper closed 1 year ago

SirCooper commented 1 year ago

works 90% like a charm the only problem is, getJpgSizeFromStream() results in 0 after the first call getJpgSizeFromStream() and drawJpgFromStream() are independent functions to getJpgSize() and drawJpg()

SirCooper commented 1 year ago

second option would be, to get a TJPGD_LOAD_HTTP_LIBRARY_ONLY, because FS is not needed

SirCooper commented 1 year ago

Sorry, i've seen no changes, thats why i've deleted the pull-request. added array_index = 0; to getJpgSizeFromStream now, getsize() works too