Added OptiPNG Lossless compression

This commit is contained in:
2020-03-18 13:30:22 +01:00
parent 3c94ba960d
commit 787a7d7e68
3 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ _git_push() {
}
# PROGRAM
# TODO: Add actual commands for compressing
find -type f -name "*.png" -exec optipng -nc -nb -o7 {} \;
# To keep runtime good, just continue if something was changed
if _git_changed;