summaryrefslogtreecommitdiff
path: root/iencode.sh
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-09-03 10:07:55 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-09-03 10:07:55 -0400
commitb78791c789aa5b3e82bf51592ffd8d9110aa618b (patch)
tree4cfbae72d4a62cb88297577fefe169b12821fedc /iencode.sh
parentbd28c76f662039cf289e2e224e7841eebeaf6fe8 (diff)
downloadhtml5ks-b78791c789aa5b3e82bf51592ffd8d9110aa618b.tar.xz
html5ks-b78791c789aa5b3e82bf51592ffd8d9110aa618b.zip
update README, toolchain
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