minetest_game/mods/xpanes/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
..
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 texture compression (#2808) 2021-02-12 20:55:18 +01: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 texture compression (#2808) 2021-02-12 20:55:18 +01:00
xpanes_trapdoor_steel_bar.png Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
xpanes_trapdoor_steel_bar_side.png Xpanes: Register steel bar door and steel bar trapdoor 2019-09-22 23:05:38 +01:00