1
0
Fork 0
VoxeLibre/mods/CORE/tga_encoder
Nils Dagsson Moskopp 66bb209ad1 Fix TGA file writing on Windows
Before this patch, the tga_encoder mod would write corrupted TGA files
on Windows: Bytes that looked like newlines were replaced by a carriage
return and a newline.
2022-02-28 16:58:59 +00:00
..
README.md
init.lua Fix TGA file writing on Windows 2022-02-28 16:58:59 +00:00
mod.conf

README.md

tga_encoder

A TGA Encoder written in Lua without the use of external Libraries.

May be used as a Minetest mod.