summaryrefslogtreecommitdiffstats
path: root/TextureLoader/src/PNGCodec.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix misc. typosluz paz2021-03-181-2/+2
| | | Found via `codespell`
* Updated copyright noticeassiduous2021-01-011-1/+1
|
* Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with ↵assiduous2020-04-081-0/+244
c++ destructors. Added JPEG and PNG encoding/decoding tests