summaryrefslogtreecommitdiff
path: root/iencode.sh
diff options
context:
space:
mode:
Diffstat (limited to 'iencode.sh')
-rwxr-xr-xiencode.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/iencode.sh b/iencode.sh
index 34ce458..ac898d7 100755
--- a/iencode.sh
+++ b/iencode.sh
@@ -28,5 +28,5 @@ if hash zopflipng; then
find . -name \*.png -print0 | xargs -0 -I '{}' -P ${THREADS} zopflipng -m -y '{}' '{}'
else
echo >&2 "Install zopfli (https://code.google.com/p/zopfli/) to improve PNG compression."
- echo >&2 "Approximately 0.01% savings can be seen across the board, with no cost to quality."
+ echo >&2 "KS 1.1 .png files reduce by ~2.6M (~1.6%) with -m, taking several hours."
fi