summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-08-03 20:01:35 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-08-03 20:01:35 +0200
commit5a84cecd265f47b9e9ed74bdca507e32407d24d5 (patch)
tree81be63efaf17e035bf4ae6ec80088c21d66db0a2 /tools
parentMerge \\"Clean up verifier testcases.\\" am: e91aef0ee9 (diff)
parentMerge "Further compress the text images with zopflipng" (diff)
downloadandroid_bootable_recovery-5a84cecd265f47b9e9ed74bdca507e32407d24d5.tar
android_bootable_recovery-5a84cecd265f47b9e9ed74bdca507e32407d24d5.tar.gz
android_bootable_recovery-5a84cecd265f47b9e9ed74bdca507e32407d24d5.tar.bz2
android_bootable_recovery-5a84cecd265f47b9e9ed74bdca507e32407d24d5.tar.lz
android_bootable_recovery-5a84cecd265f47b9e9ed74bdca507e32407d24d5.tar.xz
android_bootable_recovery-5a84cecd265f47b9e9ed74bdca507e32407d24d5.tar.zst
android_bootable_recovery-5a84cecd265f47b9e9ed74bdca507e32407d24d5.zip
Diffstat (limited to 'tools')
-rw-r--r--tools/recovery_l10n/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/recovery_l10n/README.md b/tools/recovery_l10n/README.md
index bf41ff241..1554f6618 100644
--- a/tools/recovery_l10n/README.md
+++ b/tools/recovery_l10n/README.md
@@ -25,6 +25,8 @@
* "pngcrush -c 0 ..." converts "text-out.png" into a 1-channel image,
which is accepted by Recovery. This also compresses the image file by
~60%.
+ * zopflipng could further compress the png files by ~10%, more details
+ in https://github.com/google/zopfli/blob/master/README.zopflipng
* If you're using other png compression tools, make sure the final text
image works by running graphic tests under the recovery mode.