lvandeve / lodepng

PNG encoder and decoder in C and C++.
zlib License
2.04k stars 420 forks source link

memory allocation failed #128

Closed simonchen007 closed 4 years ago

simonchen007 commented 4 years ago

I'm using esp32 + lvgl + lv_lib_lodepng, but when I use a png more 20K , it would shows "memory allocation failed", is that possbile to change the memory allocation bigger ?

zvezdochiot commented 4 years ago

:question: lv_lib_lodepng - what is it?

simonchen007 commented 4 years ago

lv_lib_lodepng is https://github.com/lvgl/lv_lib_lodepng , it's depended this lib

lvandeve commented 4 years ago

I think the issue is being handled here: https://github.com/lvgl/lv_lib_lodepng/issues/2

so I'll close this one, feel free to reopen if you believe it's caused by lodepng itself