From b78791c789aa5b3e82bf51592ffd8d9110aa618b Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 3 Sep 2013 10:07:55 -0400 Subject: update README, toolchain --- iencode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iencode.sh') 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 -- cgit v1.2.3-54-g00ecf