pyrollo / display_modpack

Display modpack for Minetest, provides mods with dynamic display and font display : clocks, signs, and more.
GNU Lesser General Public License v3.0
25 stars 27 forks source link

Lossless compression #32

Closed MoNTE48 closed 5 years ago

MoNTE48 commented 5 years ago

Maybe worth revert svg compression.

pyrollo commented 5 years ago

Good improvement in terms of space saving.

Yes, I guess svg should be kept uncompressed, as they are not downloaded in media.

Can you give details about how did you proceeded to improve PNG compression ?

It could be very good to include that process in make_font_textures.sh script.

MoNTE48 commented 5 years ago

@pyrollo svg compression reverted I use https://github.com/JayXon/Leanify this tool. I have other utilities for even more texture compression, but they are unlikely to give even more compression.

pyrollo commented 5 years ago

Thanks ! Merged :)

MoNTE48 commented 5 years ago

It turned out 3 commits. I can tell how to squash them in 1