Skip to content

Commit 6bd0599

Browse files
authored
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.
1 parent 624dafc commit 6bd0599

File tree

228 files changed

+6
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+6
-0
lines changed

menu/header.png

-986 Bytes

mods/beds/textures/beds_bed.png

-50 Bytes

mods/beds/textures/beds_bed_fancy.png

-51 Bytes

mods/beds/textures/beds_bed_foot.png

-50 Bytes

mods/beds/textures/beds_bed_head.png

-44 Bytes

mods/beds/textures/beds_bed_side1.png

-48 Bytes

mods/beds/textures/beds_bed_side2.png

-51 Bytes
-130 Bytes
-110 Bytes
-147 Bytes

0 commit comments

Comments
 (0)