-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
In my ESP32 project there is about 70kB free ram with maxalloc 40kB, so too small for a complete _pngle_t variable. So I changed inflator
to *inflator
in
https://github.com/kikuchan/pngle/blob/master/src/pngle.c#L120
and added a malloc +free.
i could file a PR with my changes and #ifdef PNGLE_SPLIT_VAR or so...
the same could be done for lz_buf probably. Then the needed maxalloc block would be reduced to 32kB
Thanks!
Metadata
Metadata
Assignees
Labels
No labels