Alzter / TuxBuilder

A Godot re-implementation of SuperTux
GNU General Public License v3.0
212 stars 28 forks source link

Optimize images losslessly using `oxipng -o6 --strip --zopfli` #54

Closed Calinou closed 4 years ago

Alzter commented 4 years ago

Should be great on file size, although is there a way to have this be an automatic process?

Calinou commented 4 years ago

@Alzter There are GitHub actions available to do this, but I haven't tried any of them yet.