minetest/mods/xpanes/textures
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
..
xpanes_bar.png Xpanes: Improve bars texture 2016-12-04 06:35:39 +00:00
xpanes_bar_top.png xpanes: remove unused textures (#2614) 2020-03-07 20:25:43 +01:00
xpanes_door_steel_bar.png Safe Compression Commit 2021-02-11 09:01:07 -05:00
xpanes_edge.png New glass, glass stair/slab, and glass door textures 2018-11-02 17:22:54 +00:00
xpanes_edge_obsidian.png Add obsidian_pane (#2035) 2018-01-31 20:53:49 +01:00
xpanes_item_steel_bar.png Safe Compression Commit 2021-02-11 09:01:07 -05:00
xpanes_trapdoor_steel_bar.png Safe Compression Commit 2021-02-11 09:01:07 -05:00
xpanes_trapdoor_steel_bar_side.png Xpanes: Register steel bar door and steel bar trapdoor 2019-09-22 23:05:38 +01:00