Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | img: use stb_image, drop zlib as dependency | bptato | 2024-06-20 | 1 | -0/+7988 |
Now we have decoders for gif, jpeg, bmp. Also, the in-house PNG decoder has been replaced in favor of the stbi implementation; this means we no longer depend on zlib, since stbi comes with a built in inflate implementation. |