minetest/mods/xpanes
ExeVirus 454bb6dc7f Safe Compression Commit
Only a single program was used to safely compress all textures in MTG.

This was done using optipng with the following settings:

```
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.

The resulting compression:

| type | size (Bytes) | % of original texture size |
| --- | --- | --- |
| Original | 247,571 | 100% |
| Compressed | 152,189 | 61.5% |

**Summary: Saves 93.14 KB**

A script has been added: utils/optimize_textures.sh which will perform this compression automatically, assuming optipng is installed.
2021-02-11 09:01:07 -05:00
..
locale Update translation templates 2021-02-06 15:07:07 +01:00
sounds Xpanes: Add new steel bar door/trapdoor sounds 2019-09-28 21:53:50 +01:00
textures Safe Compression Commit 2021-02-11 09:01:07 -05:00
init.lua Update game APIs for use_texture_alpha deprecation 2021-02-07 11:48:05 +01:00
license.txt Xpanes: Register steel bar door and steel bar trapdoor 2019-09-22 23:05:38 +01:00
mod.conf Xpanes: Register steel bar door and steel bar trapdoor 2019-09-22 23:05:38 +01:00
README.txt Xpanes: Add new steel bar door/trapdoor sounds 2019-09-28 21:53:50 +01:00

Minetest Game mod: xpanes
=========================
See license.txt for license information.

Authors of source code
----------------------
Originally by xyz (MIT)
BlockMen (MIT)
sofar (MIT)
Various Minetest developers and contributors (MIT)

Authors of media (textures)
---------------------------
xyz (CC BY-SA 3.0):
  All textures not mentioned below.

Gambit (CC BY-SA 3.0):
  xpanes_bar.png

paramat (CC BY-SA 3.0):
  xpanes_bar_top.png

Krock (CC0 1.0):
  xpanes_edge.png

TumeniNodes (CC BY-SA 3.0):
  xpanes_door_steel_bar.png
  xpanes_item_steel_bar.png
  xpanes_trapdoor_steel_bar.png
  xpanes_trapdoor_steel_bar_side.png
  xpanes_steel_bar_door_close.ogg
  xpanes_steel_bar_door_open.ogg