Commit graph

11 commits

Author SHA1 Message Date
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
paramat
70e8924082 New header image 'Minetest Game' 2015-10-10 16:28:40 +01:00
jp
f86ac2fdff Optimize textures and model (use *.b3d instead *.x) 2015-02-28 22:33:19 +01:00
BlockMen
30e57bcc99 NeXt becomes minetest_game 2014-07-05 16:07:03 +02:00
David Gumberg
e106fd51ca Compress all textures losslessly using optipng and advpng 2014-07-05 16:06:00 +02:00
BlockMen
43b1608f86 Update header 2014-07-05 15:57:18 +02:00
Sfan5
15e2470493 Update icon 2014-07-05 15:57:01 +02:00
BlockMen
d6ce09a3ff Higher resolution and quality of header logo 2013-05-25 19:51:43 +02:00
Sfan5
c2ce3d032e Pngcrush all Textures 2013-05-25 16:20:35 +02:00
Zeg9
c1cd24c378 Add header.png 2013-05-20 16:52:25 +02:00
PilzAdam
7f765f5f6c Add minetest logo for game filter 2013-05-02 19:31:11 +02:00