diff options
author | Tianjie Xu <xunchang@google.com> | 2016-08-03 19:59:11 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-08-03 19:59:11 +0200 |
commit | 3e244dc301203cf77b2a92cd90177558957c7a97 (patch) | |
tree | 0b0f8c0fb679c7fb19cfe07f26c8b749ba86e21f /tools/recovery_l10n | |
parent | Merge \"Clean up verifier testcases.\" (diff) | |
parent | Merge "Further compress the text images with zopflipng" (diff) | |
download | android_bootable_recovery-3e244dc301203cf77b2a92cd90177558957c7a97.tar android_bootable_recovery-3e244dc301203cf77b2a92cd90177558957c7a97.tar.gz android_bootable_recovery-3e244dc301203cf77b2a92cd90177558957c7a97.tar.bz2 android_bootable_recovery-3e244dc301203cf77b2a92cd90177558957c7a97.tar.lz android_bootable_recovery-3e244dc301203cf77b2a92cd90177558957c7a97.tar.xz android_bootable_recovery-3e244dc301203cf77b2a92cd90177558957c7a97.tar.zst android_bootable_recovery-3e244dc301203cf77b2a92cd90177558957c7a97.zip |
Diffstat (limited to 'tools/recovery_l10n')
-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. |