nothings / stb

stb single-file public domain libraries for C/C++
https://twitter.com/nothings
Other
25.83k stars 7.66k forks source link

stb_image: allocate gif struct on heap instead of stack #1592

Open jackson-57 opened 6 months ago

jackson-57 commented 6 months ago

Fixes a crash when attempting to decode a .gif on a device with limited stack space, like the Playdate game console.

Let me know if any changes are needed.