Bodmer / TJpg_Decoder

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

Any way to fetch and display JPGs from the web without storing them to SPIFFS in between? #76

Open moeburn opened 4 months ago

moeburn commented 4 months ago

The JPG web fetch and display functions are great, but is it essential to store them on disk first, or can they be displayed straight from memory? I want to use this function several hundred times a day, and that would wear out the flash memory in short order.

Bodmer commented 4 months ago

Try the fork here and let me know if it works for you: https://github.com/SirCooper/TJpg_Decoder

There are 2 streaming examples added in that fork.

kai11 commented 2 months ago

@Bodmer this streaming library works GREAT. Are you going to merge these changes?

RWBRWB commented 4 weeks ago

Awesome streaming examples. Looking to download Album art for music and streaming directly to the LCD makes sense vs storing it.