minetest_game/mods/doors/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
..
doors_door_glass.png Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
doors_door_obsidian_glass.png Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
doors_door_steel.png Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
doors_door_wood.png Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
doors_hidden_segment.png Add icons for invisible nodes (#2718) 2020-09-30 16:41:04 +01:00
doors_item_glass.png Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
doors_item_obsidian_glass.png Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
doors_item_steel.png New mesh door models, and extensive door API 2016-02-13 03:47:28 +00:00
doors_item_wood.png New mesh door models, and extensive door API 2016-02-13 03:47:28 +00:00
doors_trapdoor.png Optimize textures and model (use *.b3d instead *.x) 2015-02-28 22:33:19 +01:00
doors_trapdoor_side.png Fix trapdoor side textures and orientations 2019-05-03 23:49:07 +01:00
doors_trapdoor_steel.png Steel Trapdoor. 2016-01-03 02:11:40 +00:00
doors_trapdoor_steel_side.png Fix trapdoor side textures and orientations 2019-05-03 23:49:07 +01:00