VoxeLibre (formerly known as MineClone2), a voxel-based sandbox game for Minetest
Go to file
Nils Dagsson Moskopp 9af0719df8
Allow encoding RGB images as B8G8R8
2022-05-14 21:56:42 +02:00
LICENSE Initial import 2022-05-14 20:21:52 +02:00
README.md Add credits to README 2022-05-14 21:52:07 +02:00
examples.lua Allow encoding RGB images as B8G8R8 2022-05-14 21:56:42 +02:00
init.lua Allow encoding RGB images as B8G8R8 2022-05-14 21:56:42 +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.

Created by fleckenstein for MineClone2, then improved by erlehmann.

May be used as a Minetest mod.

See examples.lua for example code and usage hints.