Vitaly Puzrin
Vitaly Puzrin
https://github.com/nodeca/probe-image-size - it's specially designed to download only the necessary part of image.
try https://github.com/nodeca/probe-image-size, it works with examples from this thread
@zeke, you will deal with such "adaptive" kludges forever, until add true streaming support. See https://github.com/nodeca/probe-image-size. We did it because this package was not supported for a long time. Feel...
@oliverfoster if you plan to use that package, note that it has no SVG support (dropped until someone has time to do it well). From the other hand, there are...
SVG can be with and without size. Problem is how to terminate early - how to decide with good confidence that input is NOT svg image. Input data is broadcasted...
> Might just be better to parse the whole thing as an exception? IMHO that would be the same crap like buffer size tune :) Quick-check can test that data...
Do PR, if you know how to fix https://github.com/lvgl/lv_platformio/blob/master/.github/workflows/ci.yml#L56-L76
No ideas. At least, CI pass https://github.com/lvgl/lv_platformio/actions/workflows/ci.yml May be you have old compiler in your win? What env do you use?
Try to reproduce steps from CI config: https://github.com/lvgl/lv_platformio/blob/master/.github/workflows/ci.yml#L80-L105 Probably, missed to sync something in readme. I have no windows to experiment with.
@TANG617 https://github.com/lvgl/lv_platformio#install-sdl-drivers did you installed sdl as been said in readme?