Go to file
Nils Dagsson Moskopp adb8e45d67
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-05-14 20:21:59 +02:00
LICENSE Initial import 2022-05-14 20:21:52 +02:00
README.md Initial import 2022-05-14 20:21:52 +02:00
init.lua Fix TGA file writing on Windows 2022-05-14 20:21:59 +02:00
mod.conf Initial import 2022-05-14 20:21:52 +02:00

README.md

tga_encoder

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

May be used as a Minetest mod.