diff options
author | Tianjie Xu <xunchang@google.com> | 2016-08-03 20:11:54 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-08-03 20:11:54 +0200 |
commit | a5dd2a452c9fab12996863cd407aa14c625a604e (patch) | |
tree | 6cac9fb89462bb08f8f00ce24a82a4e368f2231f /tools | |
parent | Merge \\\"Clean up verifier testcases.\\\" am: e91aef0ee9 am: 717b49254b am: 73d3acf50e (diff) | |
parent | Merge "Further compress the text images with zopflipng" am: 61240f88ea am: 3e244dc301 (diff) | |
download | android_bootable_recovery-a5dd2a452c9fab12996863cd407aa14c625a604e.tar android_bootable_recovery-a5dd2a452c9fab12996863cd407aa14c625a604e.tar.gz android_bootable_recovery-a5dd2a452c9fab12996863cd407aa14c625a604e.tar.bz2 android_bootable_recovery-a5dd2a452c9fab12996863cd407aa14c625a604e.tar.lz android_bootable_recovery-a5dd2a452c9fab12996863cd407aa14c625a604e.tar.xz android_bootable_recovery-a5dd2a452c9fab12996863cd407aa14c625a604e.tar.zst android_bootable_recovery-a5dd2a452c9fab12996863cd407aa14c625a604e.zip |
Diffstat (limited to 'tools')
-rw-r--r-- | tools/recovery_l10n/README.md | 2 |
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. |