aboutsummaryrefslogtreecommitdiff
path: root/src/util/png.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Restore GCC 5 compatibility (#11778)JosiahWI2021-12-281-4/+4
|
* Add a simple PNG image encoder with Lua API (#11485)hecks2021-07-291-0/+68
* Add a simple PNG image encoder with Lua API Add ColorSpec to RGBA converter Make a safety wrapper for the encoder Create devtest examples Co-authored-by: hecktest <> Co-authored-by: sfan5 <sfan5@live.de>