unknown-horizons / godot-port

Unknown Horizons Godot Engine Port
https://www.unknown-horizons.org
GNU General Public License v2.0
665 stars 83 forks source link

Optimize PNG images using oxipng #67

Closed aaronfranke closed 4 years ago

aaronfranke commented 4 years ago

Total repo size before: 173.0 MB, total repo size after: 143.2 MB (a reduction of 17%).

The exact command used is find . | grep "\.png" | xargs ~/.cargo/bin/oxipng -o6 --strip all --zopfli