Add util/

This commit is contained in:
Jean-Patrick Guerrero
2022-01-15 03:12:58 +01:00
parent 2fa971acb4
commit 5e8ecf9903
4 changed files with 37 additions and 7 deletions

7
util/optipng.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
# Colors with 0 alpha need to be preserved, because opaque leaves ignore alpha.
# For that purpose, the use of indexed colors is disabled (-nc).
cd ../textures
find -name '*.png' -print0 | xargs -0 optipng -o7 -zm1-9 -nc -strip all -clobber