minetest_game/mods/tnt/textures
ExeVirus 6bd059915c
Safe texture compression (#2808)
Only a single program was used to safely compress all textures in MTG.

 * `optipng -o7 -zm1-9 -nc -strip all -clobber %%f`

The key command used is -nc, which stops color mode changes. I.e. any RGBA textures will remain RGBA textures, with none being changes to 8-bit indexed mode.

utils/optimize_textures.sh performs this compression automatically, assuming optipng is installed.
2021-02-12 20:55:18 +01:00
..
tnt_blast.png Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
tnt_boom.png Compress all textures losslessly using optipng and advpng 2014-07-05 16:06:00 +02:00
tnt_bottom.png Compress all textures losslessly using optipng and advpng 2014-07-05 16:06:00 +02:00
tnt_gunpowder_burning_crossing_animated.png Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
tnt_gunpowder_burning_curved_animated.png Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
tnt_gunpowder_burning_straight_animated.png Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
tnt_gunpowder_burning_t_junction_animated.png Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
tnt_gunpowder_crossing.png Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
tnt_gunpowder_curved.png Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
tnt_gunpowder_inventory.png Compress all textures losslessly using optipng and advpng 2014-07-05 16:06:00 +02:00
tnt_gunpowder_straight.png Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
tnt_gunpowder_t_junction.png Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
tnt_side.png Compress all textures losslessly using optipng and advpng 2014-07-05 16:06:00 +02:00
tnt_smoke.png Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
tnt_tnt_stick.png TNT: Raise cost of TNT by adding a TNT stick crafting stage 2018-06-01 23:41:45 +01:00
tnt_top.png Compress all textures losslessly using optipng and advpng 2014-07-05 16:06:00 +02:00
tnt_top_burning.png Compress all textures losslessly using optipng and advpng 2014-07-05 16:06:00 +02:00
tnt_top_burning_animated.png Compress all textures losslessly using optipng and advpng 2014-07-05 16:06:00 +02:00