diff options
author | hecks <42101236+hecktest@users.noreply.github.com> | 2021-07-29 05:10:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 05:10:10 +0200 |
commit | 80d12dbedb67191a5eb3e4f3c36b04baed1f8afb (patch) | |
tree | ca8346be45852e0c08f444f8a8eb6c0cdfd37e39 /.gitignore | |
parent | 2866918f3293c486609ff46ad0bfa5ce833aaaf2 (diff) | |
download | minetest-80d12dbedb67191a5eb3e4f3c36b04baed1f8afb.tar.gz minetest-80d12dbedb67191a5eb3e4f3c36b04baed1f8afb.tar.bz2 minetest-80d12dbedb67191a5eb3e4f3c36b04baed1f8afb.zip |
Add a simple PNG image encoder with Lua API (#11485)
* 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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index df1386bce..a83a3718f 100644 --- a/.gitignore +++ b/.gitignore @@ -87,6 +87,7 @@ src/test_config.h src/cmake_config.h src/cmake_config_githash.h src/unittest/test_world/world.mt +games/devtest/mods/testnodes/textures/testnodes_generated_*.png /locale/ .directory *.cbp |